chore: update ant-design dependencies and add new icon types
This commit is contained in:
+9
@@ -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