UNPKG

@wix/design-system

Version:

@wix/design-system

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