UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

10 lines (9 loc) 467 B
import type { CSSMotionProps } from './CSSMotion'; import CSSMotion from './CSSMotion'; import type { CSSMotionListProps } from './CSSMotionList'; import CSSMotionList from './CSSMotionList'; import type { MotionEndEventHandler, MotionEventHandler } from './interface'; export { default as Provider } from './context'; export { CSSMotionList }; export type { CSSMotionProps, CSSMotionListProps, MotionEventHandler, MotionEndEventHandler, }; export default CSSMotion;