UNPKG

@gobistories/gobi-web-integration

Version:

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

10 lines (9 loc) 264 B
import React from 'react'; declare type InlineControlsProps = { playColor: string; toggleFullScreen?: () => void | null; enabled?: boolean; disableKeyboard: boolean; }; export declare const InlineControls: React.FC<InlineControlsProps>; export {};