amis-rpc-design/node_modules/rc-align/lib/util.d.ts

5 lines
305 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import type { TargetPoint } from './interface';
export declare function isSamePoint(prev: TargetPoint, next: TargetPoint): boolean;
export declare function restoreFocus(activeElement: any, container: any): void;
export declare function monitorResize(element: HTMLElement, callback: Function): () => void;