fix/filtration #20
@@ -37,6 +37,7 @@ export type {
|
|||||||
export {
|
export {
|
||||||
appliedFontsManager,
|
appliedFontsManager,
|
||||||
createUnifiedFontStore,
|
createUnifiedFontStore,
|
||||||
|
type FontConfigRequest,
|
||||||
selectedFontsStore,
|
selectedFontsStore,
|
||||||
type UnifiedFontStore,
|
type UnifiedFontStore,
|
||||||
unifiedFontStore,
|
unifiedFontStore,
|
||||||
|
|||||||
@@ -14,7 +14,10 @@ export {
|
|||||||
} from './unifiedFontStore.svelte';
|
} from './unifiedFontStore.svelte';
|
||||||
|
|
||||||
// Applied fonts manager (CSS loading - unchanged)
|
// 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)
|
// Selected fonts store (user selection - unchanged)
|
||||||
export { selectedFontsStore } from './selectedFontsStore/selectedFontsStore.svelte';
|
export { selectedFontsStore } from './selectedFontsStore/selectedFontsStore.svelte';
|
||||||
|
|||||||
@@ -12,15 +12,15 @@ export type {
|
|||||||
FontCategory,
|
FontCategory,
|
||||||
FontProvider,
|
FontProvider,
|
||||||
FontSubset,
|
FontSubset,
|
||||||
|
FontVariant,
|
||||||
|
FontWeight,
|
||||||
|
FontWeightItalic,
|
||||||
} from './common';
|
} from './common';
|
||||||
|
|
||||||
// Google Fonts API types
|
// Google Fonts API types
|
||||||
export type {
|
export type {
|
||||||
FontFiles,
|
FontFiles,
|
||||||
FontItem,
|
FontItem,
|
||||||
FontVariant,
|
|
||||||
FontWeight,
|
|
||||||
FontWeightItalic,
|
|
||||||
GoogleFontItem,
|
GoogleFontItem,
|
||||||
GoogleFontsApiModel,
|
GoogleFontsApiModel,
|
||||||
} from './google';
|
} from './google';
|
||||||
|
|||||||
Reference in New Issue
Block a user