Files
menui_backend/node_modules/dom-helpers/cjs/querySelectorAll.d.ts
2020-07-15 19:54:48 +02:00

2 lines
95 B
TypeScript

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