refactor(GetFonts): restructure filter API and add sort store

This commit is contained in:
Ilia Mashkov
2026-03-02 22:19:59 +03:00
parent 0dd08874bc
commit efe1b4f9df
10 changed files with 1073 additions and 96 deletions

View File

@@ -3,4 +3,13 @@ export type {
FilterGroupConfig,
} from './types/filter';
export { filtersStore } from './state/filters.svelte';
export { filterManager } from './state/manager.svelte';
export {
SORT_MAP,
SORT_OPTIONS,
type SortApiValue,
type SortOption,
sortStore,
} from './store/sortStore.svelte';