UNPKG

@uiw/react-affix

Version:
9 lines (8 loc) 345 B
export declare const getTargetRect: (target: HTMLElement | Window | null) => ClientRect; export declare const getOffset: (element: HTMLElement, target: HTMLElement | Window | null) => { top: number; left: number; width: number; height: number; }; export declare const getDefaultTarget: () => (Window & typeof globalThis) | null;