chore: add export/import

This commit is contained in:
Ilia Mashkov
2026-02-05 11:40:59 +03:00
parent 8195e9baa8
commit 596a023d24
3 changed files with 8 additions and 4 deletions

View File

@@ -14,7 +14,10 @@ export {
} from './unifiedFontStore.svelte';
// Applied fonts manager (CSS loading - unchanged)
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
export {
appliedFontsManager,
type FontConfigRequest,
} from './appliedFontsStore/appliedFontsStore.svelte';
// Selected fonts store (user selection - unchanged)
export { selectedFontsStore } from './selectedFontsStore/selectedFontsStore.svelte';