Skip to content

Instantly share code, notes, and snippets.

@Aivean
Aivean / index.d.ts
Last active June 19, 2018 03:25 — forked from subvertallchris/react-shortcuts.d.ts
TypeScript defs for avocode/react-shortcuts
// 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 {