%PDF- %PDF-
Direktori : /var/www/html/node_modules/@popperjs/core/lib/dom-utils/ |
Current File : /var/www/html/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); }