refactor(GetFonts): restructure filter API and add sort store
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user