This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for react-shortcuts v1.6.0 | |
// Project: https://github.com/avocode/react-shortcuts | |
// Definitions by: Chris Grigg <https://github.com/subvertallchris> | |
/// <reference types="react"/> | |
declare namespace ReactShortcuts { | |
type PlatformType = 'osx' | 'windows' | 'linux' | 'other'; | |
interface Keymap { |