UNPKG

@gobistories/gobi-web-integration

Version:

Welcome to Gobi Web Integration. This library will let you put your Gobi stories on your site.

15 lines (13 loc) 294 B
import Player from "@/GobiPlayer/gobi-player"; export interface GobiPopupOptions { classes: string, openers: string, closers: string, player:Player } export interface GobiPopupComingOptions { classes?: string, openers?: string, closers?: string player:Player }