util.d.ts 289 B

1234
  1. import type { CSSMotionProps } from 'rc-motion';
  2. export declare function getMotion(prefixCls: string, transitionName?: string): CSSMotionProps;
  3. /** Wrap message open with promise like function */
  4. export declare function wrapPromiseFn(openFn: (resolve: VoidFunction) => VoidFunction): any;