DIR: /proc/self/cwd/node_modules/@popperjs/core/lib/dom-utils/ |
Current File : //proc/self/cwd/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js.flow |
// @flow import getWindow from './getWindow'; export default function getComputedStyle( element: Element ): CSSStyleDeclaration { return getWindow(element).getComputedStyle(element); } |