feat(FontStore): export through entity barrel files
This commit is contained in:
@@ -49,7 +49,9 @@ export type {
|
|||||||
|
|
||||||
export {
|
export {
|
||||||
appliedFontsManager,
|
appliedFontsManager,
|
||||||
|
createFontStore,
|
||||||
createUnifiedFontStore,
|
createUnifiedFontStore,
|
||||||
|
fontStore,
|
||||||
unifiedFontStore,
|
unifiedFontStore,
|
||||||
} from './model';
|
} from './model';
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,10 @@ export type {
|
|||||||
|
|
||||||
export {
|
export {
|
||||||
appliedFontsManager,
|
appliedFontsManager,
|
||||||
|
createFontStore,
|
||||||
createUnifiedFontStore,
|
createUnifiedFontStore,
|
||||||
|
FontStore,
|
||||||
|
fontStore,
|
||||||
type UnifiedFontStore,
|
type UnifiedFontStore,
|
||||||
unifiedFontStore,
|
unifiedFontStore,
|
||||||
} from './store';
|
} from './store';
|
||||||
|
|||||||
@@ -15,3 +15,10 @@ export {
|
|||||||
|
|
||||||
// Applied fonts manager (CSS loading - unchanged)
|
// Applied fonts manager (CSS loading - unchanged)
|
||||||
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
|
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