Initial commit
This commit is contained in:
4
wwwroot/lib/popper.js/esm/dom-utils/getComputedStyle.js
Normal file
4
wwwroot/lib/popper.js/esm/dom-utils/getComputedStyle.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import getWindow from "./getWindow.js";
|
||||
export default function getComputedStyle(element) {
|
||||
return getWindow(element).getComputedStyle(element);
|
||||
}
|
||||
Reference in New Issue
Block a user