import getWindow from"./getWindow.js";export default function getComputedStyle(t){return getWindow(t).getComputedStyle(t)}