chore: add export/import
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user