mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* vendor mousetrap * fix js lint errors * name to .ts - start refactoring to typescript * refactor Mousetrap to valid typescript rename local functions/variables update types of CallbackInfo Specify MouseCallback and cleanup types * Use vendored mousetrap * use vendored mousetrap * add globalBind, and remove dependency on external mousetrap * Update public/app/core/services/keybindingSrv.ts Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> --------- Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import mousetrapInstance from './Mousetrap';
|
|
|
|
export const mousetrap = mousetrapInstance;
|