UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines 460 B
import { ReactElement } from 'react'; import { TransitionProps } from './Transition.types'; /** Transition is a wrapper that allows animations of other components. */ declare const Transition: { ({ animateOnLoad, dataHook, children, enterAnimation, exitAnimation, mountOnEnter, unmountOnExit, onEnd, onStart, show, className, }: TransitionProps): ReactElement; displayName: string; }; export default Transition; //# sourceMappingURL=Transition.d.ts.map