UNPKG

hongluan-ui

Version:
3 lines (2 loc) 180 B
export declare function findNode(dom: HTMLElement | Document, selector: string): Element | null; export declare function slide(el: HTMLElement, top: number, cb: () => void): void;