UNPKG

vuetify

Version:

Vue Material Component Framework

7 lines (6 loc) 214 B
/** * 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;