mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
380 B
TypeScript
12 lines
380 B
TypeScript
// Type definitions for makeup-keyboard-trap 0.1
|
|
// Project: https://github.com/makeup-js/makeup-keyboard-trap#readme
|
|
// Definitions by: Timur Manyanov <https://github.com/darkwebdev>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
export function refresh(): any;
|
|
|
|
export function trap(el: any): any;
|
|
|
|
export function untrap(): any;
|