first commit
This commit is contained in:
9
frontend/node_modules/rc-motion/lib/index.d.ts
generated
vendored
Normal file
9
frontend/node_modules/rc-motion/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user