mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 04:19:49 -04:00
4 lines
172 B
JavaScript
4 lines
172 B
JavaScript
import ownerWindow from './ownerWindow';
|
|
export default function getComputedStyle(node, psuedoElement) {
|
|
return ownerWindow(node).getComputedStyle(node, psuedoElement);
|
|
} |