UNPKG

@aigamo/nostalgic-diva

Version:

React function components for imperatively controlling embedded players (audio, Niconico, SoundCloud and YouTube) using refs.

5 lines (4 loc) 221 B
import React, { ReactElement } from 'react'; import { PlayerProps } from './PlayerContainer'; declare const VimeoPlayer: React.MemoExoticComponent<({ ...props }: PlayerProps) => ReactElement>; export default VimeoPlayer;