chore: add import shortcuts
This commit is contained in:
@@ -60,9 +60,11 @@ export type {
|
|||||||
} from './model';
|
} from './model';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
appliedFontsManager,
|
||||||
createFontshareStore,
|
createFontshareStore,
|
||||||
fetchFontshareFontsQuery,
|
fetchFontshareFontsQuery,
|
||||||
fontshareStore,
|
fontshareStore,
|
||||||
|
selectedFontsStore,
|
||||||
} from './model';
|
} from './model';
|
||||||
|
|
||||||
// Stores
|
// Stores
|
||||||
@@ -72,4 +74,8 @@ export {
|
|||||||
} from './model/services/fetchGoogleFonts.svelte';
|
} from './model/services/fetchGoogleFonts.svelte';
|
||||||
|
|
||||||
// UI elements
|
// UI elements
|
||||||
export { FontList } from './ui';
|
export {
|
||||||
|
FontApplicator,
|
||||||
|
FontListItem,
|
||||||
|
FontVirtualList,
|
||||||
|
} from './ui';
|
||||||
|
|||||||
@@ -37,7 +37,9 @@ export type {
|
|||||||
export { fetchFontshareFontsQuery } from './services';
|
export { fetchFontshareFontsQuery } from './services';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
appliedFontsManager,
|
||||||
createFontshareStore,
|
createFontshareStore,
|
||||||
type FontshareStore,
|
type FontshareStore,
|
||||||
fontshareStore,
|
fontshareStore,
|
||||||
|
selectedFontsStore,
|
||||||
} from './store';
|
} from './store';
|
||||||
|
|||||||
@@ -17,3 +17,7 @@ export {
|
|||||||
type FontshareStore,
|
type FontshareStore,
|
||||||
fontshareStore,
|
fontshareStore,
|
||||||
} from './fontshareStore.svelte';
|
} from './fontshareStore.svelte';
|
||||||
|
|
||||||
|
export { appliedFontsManager } from './appliedFontsStore/appliedFontsStore.svelte';
|
||||||
|
|
||||||
|
export { selectedFontsStore } from './selectedFontsStore/selectedFontsStore.svelte';
|
||||||
|
|||||||
Reference in New Issue
Block a user