UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

4 lines (3 loc) 216 B
import React from 'react'; import { MediaPlayer, MediaPlayerProps } from './media-player'; export declare const ReactMediaPlayer: React.ForwardRefExoticComponent<MediaPlayerProps & React.RefAttributes<MediaPlayer>>;