UNPKG

@gobistories/gobi-web-integration

Version:

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

9 lines (8 loc) 477 B
interface ControlsWrapperProps { prioritizeTouchInput: boolean; disabled: boolean; } export declare const ControlsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ControlsWrapperProps, never>; export declare const ActionsWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const ActionsWrapperCss: (selector: string) => string; export {};