chore: update ant-design dependencies and add new icon types
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { CSSMotionProps } from 'rc-motion';
|
||||
export declare function getMotion(prefixCls: string, transitionName?: string): CSSMotionProps;
|
||||
/** Wrap message open with promise like function */
|
||||
export declare function wrapPromiseFn(openFn: (resolve: VoidFunction) => VoidFunction): any;
|
||||
Reference in New Issue
Block a user