react-decode-animation
Version:
Decode effect typing animation for React
6 lines (5 loc) • 301 B
TypeScript
import { ComponentMeta, ComponentStory } from "@storybook/react";
declare const DecodeAnimationExample: ({}: {}) => JSX.Element;
declare const _default: ComponentMeta<({}: {}) => JSX.Element>;
export default _default;
export declare const Template: ComponentStory<typeof DecodeAnimationExample>;