UNPKG

ngx-bootstrap

Version:
5 lines (4 loc) 154 B
/** * Get CSS computed property of the given element */ export declare function getStyleComputedProperty(element: HTMLElement, property?: string): any;