chore(appliedFontsStore): move the FontLoadRequestConfig type and other types from appliedFontsStore into types directory

This commit is contained in:
Ilia Mashkov
2026-04-03 12:25:38 +03:00
parent 5249d88df7
commit b602b5022b
6 changed files with 44 additions and 37 deletions

View File

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