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

10 lines
221 B
TypeScript
Raw Normal View History

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