DefinitelyTyped/types/makeup-screenreader-trap/index.d.ts
2018-11-02 10:18:08 +01:00

10 lines
365 B
TypeScript

// Type definitions for makeup-screenreader-trap 0.0
// Project: https://github.com/makeup-js/makeup-screenreader-trap#readme
// Definitions by: Timur Manyanov <https://github.com/darkwebdev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
export function trap(el: HTMLElement): void;
export function untrap(): void;