react-price-animation
Version:
A component for animating numbers and prices in React.
147 lines (146 loc) • 3.28 kB
TypeScript
import { default as CountAnimate } from './CountAnimate.client.tsx';
declare const meta: {
component: typeof CountAnimate;
title: string;
tags: string[];
parameters: {
componentSubtitle: string;
docs: {
description: {
component: string;
};
};
};
argTypes: {
number: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
};
control: {
type: string;
};
};
delay: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: number;
};
};
control: {
type: string;
};
};
height: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
control: {
type: string;
};
};
startDirection: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
control: {
type: string;
options: string[];
};
};
comma: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
control: {
type: string;
};
};
initialAnimation: {
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: boolean;
};
};
control: {
type: string;
};
};
};
};
export default meta;
export declare const numberValue: {
args: {
number: number;
};
};
export declare const stringValue: {
args: {
number: string;
};
};
export declare const delayZeroDotThreeValue: {
args: {
number: number;
delay: number;
};
};
export declare const height40px: {
args: {
number: number;
height: string;
style: {
fontSize: string;
};
};
};
export declare const startDirectionLeft: {
args: {
number: number;
startDirection: string;
};
};
export declare const commaFalse: {
args: {
number: number;
comma: boolean;
};
};
export declare const initialAnimationFalse: {
args: {
number: number;
initialAnimation: boolean;
};
};
//# sourceMappingURL=CountAnimate.stories.d.ts.map