UNPKG

@gobistories/gobi-web-integration

Version:

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

9 lines (8 loc) 232 B
import React from 'react'; import { Sticker } from '../../../../types/story.types'; interface ImageStickerProps { sticker: Sticker; show: boolean; } export declare const ImageSticker: React.FC<ImageStickerProps>; export {};