UNPKG

react-all-player

Version:

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

4 lines (3 loc) 137 B
import { HotKey } from '../types'; declare const forwardHotKey: (hotKey?: string | string[]) => HotKey; export default forwardHotKey;