UNPKG

@aigamo/nostalgic-diva

Version:

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

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