Files
frontend-svelte/src/features/AdjustTypography/index.ts
T

7 lines
164 B
TypeScript
Raw Normal View History

export {
createTypographySettingsStore,
type TypographySettingsStore,
typographySettingsStore,
} from './model';
export { TypographyMenu } from './ui';