UNPKG

bitmovin-player-ui

Version:
6 lines (5 loc) 156 B
import { KeyMap } from './types'; /** * Returns the matching key map for the current platform. */ export declare function getKeyMapForPlatform(): KeyMap;