UNPKG

ngx-bootstrap

Version:
5 lines (4 loc) 156 B
/** * Finds the root node (document, shadowDOM root) of the given element */ export declare function getRoot(node: Node | ShadowRoot): Node | ShadowRoot;