UNPKG

282 BTypeScriptView Raw
1export declare function getDocument(): any;
2export declare function getComputedStylesForNode(nodeId: any): Array<{
3 name: string;
4 value: string;
5}>;
6export declare const removeNode: (...args: any[]) => void;
7export declare const setAttributeAsText: (...args: any[]) => void;