UNPKG

253 BTypeScriptView Raw
1/**
2 * Get CSS computed property of the given element
3 */
4export declare function getStyleComputedProperty(element: Element): CSSStyleDeclaration;
5export declare function getStyleComputedProperty(element: Element, property?: string): string | string[];