UNPKG

@uiw/react-overlay-trigger

Version:

OverlayTrigger component

9 lines (8 loc) 293 B
/** * Get CSS computed property of the given element * @method * @memberof Popper.Utils * @argument {Eement} element * @argument {String} property */ export default function getStyleComputedProperty(element: HTMLElement, property?: keyof CSSStyleDeclaration): CSSStyleDeclaration | any;