UNPKG

@gobistories/gobi-web-integration

Version:

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

7 lines (6 loc) 174 B
import React from 'react'; import { Sticker } from '../../../../types/story.types'; export declare const TextSticker: React.FC<{ sticker: Sticker; show: boolean; }>;