UNPKG

custom-react-player

Version:
8 lines (7 loc) 232 B
/// <reference types="react" /> import { PlayerProps } from '../../types'; export default function TopControls({ topControls }: Props): JSX.Element; interface Props { topControls: PlayerProps['topControls']; } export {};