UNPKG

250 BTypeScriptView Raw
1/**
2 * Returns one or all computed style properties of an element.
3 *
4 * @param node the element
5 * @param psuedoElement the style property
6 */
7export default function getComputedStyle(node: HTMLElement, psuedoElement?: string): CSSStyleDeclaration;