Files
frontend-svelte/src/entities/Font/model/store/index.ts
2026-04-16 11:19:17 +03:00

13 lines
286 B
TypeScript

// Applied fonts manager
export * from './appliedFontsStore/appliedFontsStore.svelte';
// Batch font store
export { BatchFontStore } from './batchFontStore.svelte';
// Single FontStore
export {
createFontStore,
FontStore,
fontStore,
} from './fontStore/fontStore.svelte';