UNPKG

@gobistories/gobi-web-integration

Version:

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

7 lines (6 loc) 300 B
import React from 'react'; import { Chapter } from '../../../types/story.types'; import { MediaPlayer, MediaPlayerProps } from './media-player'; export declare const ChapterMediaPlayer: React.ForwardRefExoticComponent<MediaPlayerProps & { chapter: Chapter; } & React.RefAttributes<MediaPlayer>>;