UNPKG

react-all-player

Version:

react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.

6 lines (5 loc) 171 B
/** * Is hotkey? */ declare function isHotkey(hotkey: string | string[], event: KeyboardEvent): boolean | ((e: KeyboardEvent) => boolean); export default isHotkey;