UNPKG

wix-style-react

Version:
5 lines 249 B
import * as React from 'react'; import { AnimateProps } from './Animate.types'; declare const Animate: React.ForwardRefExoticComponent<AnimateProps & React.RefAttributes<HTMLDivElement>>; export default Animate; //# sourceMappingURL=Animate.d.ts.map