UNPKG

@gobistories/gobi-web-integration

Version:

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

8 lines (7 loc) 196 B
import React from 'react'; declare type ControlsProps = { transcriptUrl?: string; exitFullScreen?: () => void; }; declare const Controls: React.FC<ControlsProps>; export default Controls;