UNPKG

timered-counter

Version:

Make the value change more vivid and natural

9 lines 532 B
import { TimeredCounter } from './timered-counter.js'; import { TimeredCounterNumber } from './timered-counter-number.js'; import { TimeredCounterString } from './timered-counter-string.js'; import { TimeredCounterDatetimeDuration } from './timered-counter-datetime-duration.js'; export { TimeredCounter, TimeredCounterDatetimeDuration, TimeredCounterNumber, TimeredCounterString, }; export * from './easing/index.js'; export * from './types/index.js'; export * from './timered-counter-adapter.js'; //# sourceMappingURL=index.js.map