UNPKG

react-decode-animation

Version:
6 lines (5 loc) 301 B
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>;