BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
+7
@@ -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