minishouyin/node_modules/rc-dialog/lib/util.d.ts

6 lines
200 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
export declare function offset(el: Element): {
left: number;
top: number;
};