chore: add import shortcuts

This commit is contained in:
Ilia Mashkov
2026-01-18 14:39:38 +03:00
parent 5d23a2af55
commit ef259c6fce
4 changed files with 13 additions and 0 deletions

View File

@@ -2,9 +2,12 @@ export {
type ControlDataModel,
type ControlModel,
createDebouncedState,
createEntityStore,
createFilter,
createTypographyControl,
createVirtualizer,
type Entity,
type EntityStore,
type Filter,
type FilterModel,
type Property,
@@ -15,3 +18,4 @@ export {
} from './helpers';
export { motion } from './accessibility/motion.svelte';
export { splitArray } from './utils';