UNPKG

react-component-transition

Version:
21 lines (20 loc) 400 B
export declare const rotateY: { enter: { keyframes: { transform: string[]; }; options: { duration: number; easing: string; }; }; exit: { keyframes: { transform: string[]; }; options: { duration: number; easing: string; }; }; };