timered-counter
Version:
Make the value change more vivid and natural
7 lines (6 loc) • 309 B
TypeScript
import { Meta, StoryObj } from '@storybook/web-components';
import { type TimeredCounter } from '../../src/index.js';
declare const meta: Meta;
export default meta;
export { Basic, Events, AnimationOptions, Slots, Styles, } from './index.stories.js';
export declare const BigNumber: StoryObj<TimeredCounter>;