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

10 lines
289 B
TypeScript
Raw Normal View History

// Font lifecycle manager (browser-side load + cache + eviction)
export * from './fontLifecycleManager/fontLifecycleManager.svelte';
// Paginated catalog
export {
createFontCatalogStore,
FontCatalogStore,
fontCatalogStore,
} from './fontCatalogStore/fontCatalogStore.svelte';