UNPKG

timered-counter

Version:

Make the value change more vivid and natural

10 lines (9 loc) 486 B
import { Meta, StoryObj } from '@storybook/web-components'; import { TimeredCounterNumber } from '../../src/index.js'; declare const meta: Meta; export default meta; export declare const Basic: StoryObj<TimeredCounterNumber>; export declare const Events: StoryObj<TimeredCounterNumber>; export declare const AnimationOptions: StoryObj<TimeredCounterNumber>; export declare const Styles: StoryObj<TimeredCounterNumber>; export declare const LocaleNumber: StoryObj<TimeredCounterNumber>;