UNPKG

ngx-bootstrap

Version:
6 lines (5 loc) 253 B
/** * Get CSS computed property of the given element */ export declare function getStyleComputedProperty(element: Element): CSSStyleDeclaration; export declare function getStyleComputedProperty(element: Element, property?: string): string | string[];