UNPKG

@gobistories/gobi-web-integration

Version:

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

9 lines (8 loc) 431 B
import React from 'react'; interface BackButtonProps { isTouchDevice: boolean; } export declare const BackButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BackButtonProps, never>; export declare const ForwardButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Navigation: React.FC; export {};