Gazebo_simulation-Frontend/node_modules/dom-helpers/esm/getComputedStyle.d.ts
2020-12-21 10:29:31 -05:00

2 lines
106 B
TypeScript

export default function getComputedStyle(node: HTMLElement, psuedoElement?: string): CSSStyleDeclaration;