UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

5 lines (4 loc) 388 B
export declare function findNode(dom: HTMLElement | Document, selector: string): HTMLElement | null; export declare function slide(el: HTMLElement, top: number, cb: Function): void; export declare function getContainer(targetContainer?: string | HTMLElement | Window): HTMLElement | Window; export declare function getContainerElement(scrollContainer: HTMLElement | Window): HTMLElement;