UNPKG

rc-util

Version:
9 lines (8 loc) 194 B
/** * Check if is in shadowRoot */ export declare function inShadow(ele: Node): boolean; /** * Return shadowRoot if possible */ export declare function getShadowRoot(ele: Node): ShadowRoot;