UNPKG

@gobistories/gobi-web-integration

Version:

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

11 lines (10 loc) 522 B
declare type PlayerButtonContainerProps = { enableHover: boolean; }; export declare const StartButtonContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, PlayerButtonContainerProps, never>; declare type StartButtonButtonProps = { backgroundColor: string; enableHover: boolean; }; export declare const StartButtonButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, StartButtonButtonProps, never>; export {};