UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

10 lines (9 loc) 402 B
/// <reference types="react" /> import Animate from './animate'; import Expand from './expand'; declare const AnimateWithSubComponent: typeof Animate & { Expand: typeof Expand; OverlayAnimate: (props: import("./types").OverlayAnimateProps) => import("react").JSX.Element; }; export type { AnimateProps, ExpandProps, OverlayAnimateProps } from './types'; export default AnimateWithSubComponent;