UNPKG

418 BTypeScriptView Raw
1import CSSMotion from './CSSMotion';
2import CSSMotionList from './CSSMotionList';
3import type { CSSMotionProps } from './CSSMotion';
4import type { CSSMotionListProps } from './CSSMotionList';
5import type { MotionEventHandler, MotionEndEventHandler } from './interface';
6export { CSSMotionList };
7export type { CSSMotionProps, CSSMotionListProps, MotionEventHandler, MotionEndEventHandler, };
8export default CSSMotion;