UNPKG

@gobistories/gobi-web-integration

Version:

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

7 lines (6 loc) 212 B
import React from 'react'; declare type StartButtonProps = React.ButtonHTMLAttributes<HTMLDivElement> & { animateOnHover?: boolean; }; export declare const StartButton: React.FC<StartButtonProps>; export {};