@gobistories/gobi-web-integration
Version:
This library will let you put your Gobi stories on your site.
10 lines (9 loc) • 309 B
TypeScript
import React from 'react';
export declare const Blur: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
interface PosterProps {
show: boolean;
blur?: boolean;
imageUrl: string;
}
export declare const Poster: React.FC<PosterProps>;
export {};