Files
frontend-svelte/src/entities/Font/model/store/index.ts
T
2026-05-24 13:54:15 +03:00

13 lines
301 B
TypeScript

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