7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
|
|
export type {
|
||
|
|
FilterConfig,
|
||
|
|
FilterGroupConfig,
|
||
|
|
} from './types/filter';
|
||
|
|
|
||
|
|
export { filterManager } from './state/manager.svelte';
|