mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
mv mousetrap-global-bind/mousetrap-global-bind.d.ts -> mousetrap/mousetrap-global-bind.d.ts
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Andrew Bradley <https://github.com/cspotcode>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../mousetrap/mousetrap.d.ts" />
|
||||
/// <reference path="./mousetrap.d.ts" />
|
||||
|
||||
interface MousetrapStatic {
|
||||
globalBind(keys: string, callback: (e: ExtendedKeyboardEvent, combo: string) => any, action?: string): void;
|
||||
Reference in New Issue
Block a user