feat(FontStore): export through entity barrel files
This commit is contained in:
@@ -49,7 +49,9 @@ export type {
|
||||
|
||||
export {
|
||||
appliedFontsManager,
|
||||
createFontStore,
|
||||
createUnifiedFontStore,
|
||||
fontStore,
|
||||
unifiedFontStore,
|
||||
} from './model';
|
||||
|
||||
|
||||
@@ -38,7 +38,10 @@ export type {
|
||||
|
||||
export {
|
||||
appliedFontsManager,
|
||||
createFontStore,
|
||||
createUnifiedFontStore,
|
||||
FontStore,
|
||||
fontStore,
|
||||
type UnifiedFontStore,
|
||||
unifiedFontStore,
|
||||
} from './store';
|
||||
|
||||
@@ -15,3 +15,10 @@ export {
|
||||
|
||||
// Applied fonts manager (CSS loading - unchanged)
|
||||
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
|
||||
|
||||
// Single FontStore (new implementation)
|
||||
export {
|
||||
createFontStore,
|
||||
FontStore,
|
||||
fontStore,
|
||||
} from './fontStore/fontStore.svelte';
|
||||
|
||||
Reference in New Issue
Block a user