UNPKG

react-decode-animation

Version:
6 lines (5 loc) 561 B
import React from "react"; import { ComponentMeta, ComponentStory } from "@storybook/react"; declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("../components/DecodeAnimation").DecodeAnimationProps & React.RefAttributes<import("../components/DecodeAnimation").DecodeAnimationRef>>>; export default _default; export declare const Sample: ComponentStory<React.ForwardRefExoticComponent<import("../components/DecodeAnimation").DecodeAnimationProps & React.RefAttributes<import("../components/DecodeAnimation").DecodeAnimationRef>>>;