UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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;