refactor(AdjustTypography): add typography-control module (factory, types, constants)

This commit is contained in:
Ilia Mashkov
2026-05-31 16:52:37 +03:00
parent 4640d6e521
commit 7834c7cbf2
6 changed files with 181 additions and 5 deletions
+3
View File
@@ -1,5 +1,8 @@
export {
createTypographySettingsStore,
MULTIPLIER_L,
MULTIPLIER_M,
MULTIPLIER_S,
type TypographySettingsStore,
typographySettingsStore,
} from './model';