UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

9 lines (7 loc) 190 B
// @flow import getWindow from './getWindow'; export default function getComputedStyle( element: Element ): CSSStyleDeclaration { return getWindow(element).getComputedStyle(element); }