UNPKG

shortcut-key-sensor

Version:
9 lines (8 loc) 191 B
import { ReactNode } from 'react'; export interface ActionsType { [key: string]: Function; } export interface ShortcutProps { actions: ActionsType; children: ReactNode; }