UNPKG

react-component-transition

Version:
21 lines (20 loc) 401 B
export declare const expand: { vertical: { keyframes: { height: string[]; }; options: { duration: number; easing: string; }; }; horizontal: { keyframes: { width: string[]; }; options: { duration: number; easing: string; }; }; };