UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 295 B
export declare function getNodeFromSelector(selector: string | Element): Element; export declare function createContainerNode(parent: Node, tag?: string): HTMLElement; export declare function removeAllChildren(node: Node): void; export declare function hasScrollbarY(element: Element): boolean;