chore: add export/import

This commit is contained in:
Ilia Mashkov
2026-02-10 21:15:52 +03:00
parent f01299f3d1
commit a5b9238306
2 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,14 @@ export {
type VirtualizerOptions,
} from './helpers';
export { splitArray } from './utils';
export {
buildQueryString,
clampNumber,
getDecimalPlaces,
roundToStepPrecision,
smoothScroll,
splitArray,
} from './utils';
export { springySlideFade } from './transitions';