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