querySelectorAll.d.ts 95 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
export default function qsa(element: HTMLElement | Document, selector: string): HTMLElement[];