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) 139 B
import { HotKey } from '../types'; declare const backwardHotKey: (hotKey?: string | string[]) => HotKey; export default backwardHotKey;