UNPKG

@gobistories/gobi-web-integration

Version:

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

8 lines (7 loc) 211 B
import React from 'react'; declare type InlineControlsProps = { playColor: string; toggleFullScreen?: () => void | null; }; export declare const InlineControls: React.FC<InlineControlsProps>; export {};