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

@@ -8,6 +8,8 @@ export type {
FontFeatures,
FontFiles,
FontItem,
FontLoadRequestConfig,
FontLoadStatus,
FontMetadata,
FontProvider,
// Fontshare API types
@@ -37,7 +39,6 @@ export type {
export {
appliedFontsManager,
createUnifiedFontStore,
type FontConfigRequest,
type UnifiedFontStore,
unifiedFontStore,
} from './store';