first commit
This commit is contained in:
8
frontend/node_modules/rc-util/lib/Dom/shadow.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-util/lib/Dom/shadow.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Check if is in shadowRoot
|
||||
*/
|
||||
export declare function inShadow(ele: Node): boolean;
|
||||
/**
|
||||
* Return shadowRoot if possible
|
||||
*/
|
||||
export declare function getShadowRoot(ele: Node): ShadowRoot;
|
||||
Reference in New Issue
Block a user