Files
routie/frontend/node_modules/vuetify/lib/util/dom.d.ts
T

7 lines
214 B
TypeScript

/**
* Returns:
* - 'null' if the node is not attached to the DOM
* - the root node (HTMLDocument | ShadowRoot) otherwise
*/
export declare function attachedRoot(node: Node): null | HTMLDocument | ShadowRoot;