minishouyin/node_modules/rc-util/es/Dom/shadow.d.ts

9 lines
194 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
/**
* Check if is in shadowRoot
*/
export declare function inShadow(ele: Node): boolean;
/**
* Return shadowRoot if possible
*/
export declare function getShadowRoot(ele: Node): ShadowRoot;