UNPKG

@gobistories/gobi-web-integration

Version:

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

9 lines (8 loc) 196 B
import React from 'react'; import { Story } from '../../types/story.types'; interface CardProps { story: Story; index: number; } export declare const Card: React.FC<CardProps>; export {};