getStyleComputedProperty.d.ts 154 B

1234
  1. /**
  2. * Get CSS computed property of the given element
  3. */
  4. export declare function getStyleComputedProperty(element: HTMLElement, property?: string): any;