UNPKG

@gobistories/gobi-web-integration

Version:

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

9 lines (8 loc) 235 B
import React from 'react'; import { EmptyStory } from '../../../types/story.types'; export interface StoryProps { story: EmptyStory; index: number; } declare const EmptyBubble: React.FC<StoryProps>; export default EmptyBubble;