chore: add export/import
This commit is contained in:
@@ -24,7 +24,14 @@ export {
|
|||||||
type VirtualizerOptions,
|
type VirtualizerOptions,
|
||||||
} from './helpers';
|
} from './helpers';
|
||||||
|
|
||||||
export { splitArray } from './utils';
|
export {
|
||||||
|
buildQueryString,
|
||||||
|
clampNumber,
|
||||||
|
getDecimalPlaces,
|
||||||
|
roundToStepPrecision,
|
||||||
|
smoothScroll,
|
||||||
|
splitArray,
|
||||||
|
} from './utils';
|
||||||
|
|
||||||
export { springySlideFade } from './transitions';
|
export { springySlideFade } from './transitions';
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ export { clampNumber } from './clampNumber/clampNumber';
|
|||||||
export { debounce } from './debounce/debounce';
|
export { debounce } from './debounce/debounce';
|
||||||
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
|
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
|
||||||
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
|
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
|
||||||
|
export { smoothScroll } from './smoothScroll/smoothScroll';
|
||||||
export { splitArray } from './splitArray/splitArray';
|
export { splitArray } from './splitArray/splitArray';
|
||||||
|
|||||||
Reference in New Issue
Block a user