UNPKG

@gobistories/gobi-web-integration

Version:

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

5 lines (4 loc) 117 B
export declare type GobiController = { readonly storyIds: string[]; openPopup: (viewKey: string) => void; };