Files
video-gen/video-gen-admin/node_modules/@rc-component/dialog/lib/util.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
200 B
TypeScript

export declare function getMotionName(prefixCls: string, transitionName?: string, animationName?: string): string;
export declare function offset(el: Element): {
left: number;
top: number;
};