Gazebo_simulation-Frontend/node_modules/dom-helpers/esm/querySelectorAll.d.ts

2 lines
95 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
export default function qsa(element: HTMLElement | Document, selector: string): HTMLElement[];