refactor(shared): drop createTypographyControl from shared/lib

This commit is contained in:
Ilia Mashkov
2026-05-31 17:08:55 +03:00
parent e49148008b
commit 907145c655
3 changed files with 1 additions and 229 deletions
-4
View File
@@ -5,15 +5,12 @@
*/
export {
type ControlDataModel,
type ControlModel,
createDebouncedState,
createEntityStore,
createFilter,
createPersistentStore,
createPerspectiveManager,
createResponsiveManager,
createTypographyControl,
createVirtualizer,
type Entity,
type EntityStore,
@@ -24,7 +21,6 @@ export {
type Property,
type ResponsiveManager,
responsiveManager,
type TypographyControl,
type VirtualItem,
type Virtualizer,
type VirtualizerOptions,