UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

5 lines (4 loc) 289 B
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;