UNPKG

402 BTypeScriptView Raw
1/// <reference types="react" />
2import Animate from './animate';
3import Expand from './expand';
4declare const AnimateWithSubComponent: typeof Animate & {
5 Expand: typeof Expand;
6 OverlayAnimate: (props: import("./types").OverlayAnimateProps) => import("react").JSX.Element;
7};
8export type { AnimateProps, ExpandProps, OverlayAnimateProps } from './types';
9export default AnimateWithSubComponent;