UNPKG

@gobistories/gobi-web-integration

Version:

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

7 lines (6 loc) 171 B
import React from 'react'; interface StickerProps { linkClicked: (linkUrl: string) => void; } declare const Stickers: React.FC<StickerProps>; export default Stickers;