Initial commit
This commit is contained in:
7
node_modules/dom-helpers/cjs/getComputedStyle.d.ts
generated
vendored
Normal file
7
node_modules/dom-helpers/cjs/getComputedStyle.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Returns one or all computed style properties of an element.
|
||||
*
|
||||
* @param node the element
|
||||
* @param psuedoElement the style property
|
||||
*/
|
||||
export default function getComputedStyle(node: HTMLElement, psuedoElement?: string): CSSStyleDeclaration;
|
||||
Reference in New Issue
Block a user