UNPKG

305 BTypeScriptView Raw
1import type { TargetPoint } from './interface';
2export declare function isSamePoint(prev: TargetPoint, next: TargetPoint): boolean;
3export declare function restoreFocus(activeElement: any, container: any): void;
4export declare function monitorResize(element: HTMLElement, callback: Function): () => void;