DefinitelyTyped/types/makeup-prevent-scroll-keys/index.d.ts
2018-10-23 09:10:00 +02:00

10 lines
367 B
TypeScript

// Type definitions for makeup-prevent-scroll-keys 0.0
// Project: https://github.com/makeup-js/makeup-prevent-scroll-keys#readme
// Definitions by: Timur Manyanov <https://github.com/darkwebdev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
export function add(el: any): void;
export function remove(el: any): void;