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

10 lines
218 B
TypeScript
Raw Normal View History

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