DefinitelyTyped/types/kagekiri/index.d.ts
Ted Conn a9e7a0200b
t(kagekiri): new definitions for kagekiri (#47549)
* t(kagekiri): new definitions for kagekiri

* Update types/kagekiri/index.d.ts

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>

Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) <peterblazejewicz@users.noreply.github.com>
2020-09-14 16:08:08 -07:00

9 lines
441 B
TypeScript

// Type definitions for kagekiri 1.0
// Project: https://github.com/salesforce/kagekiri
// Definitions by: Ted Conn <https://github.com/tedconn>
// Nolan Lawson <https://github.com/nolanlawson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function querySelector(selector: string, context?: Node): HTMLElement | null;
export function querySelectorAll(selector: string, context?: Node): NodeList;