Files
frontend-svelte/src/entities/Font/model/store/index.ts
T

13 lines
286 B
TypeScript
Raw Normal View History

// 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';