util.d.ts 200 B

12345
  1. export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
  2. export declare function offset(el: Element): {
  3. left: number;
  4. top: number;
  5. };