spaceout/front_end/node_modules/dom-helpers/esm/querySelectorAll.d.ts
2020-12-12 10:25:30 -05:00

2 lines
95 B
TypeScript

export default function qsa(element: HTMLElement | Document, selector: string): HTMLElement[];