UNPKG

@gobistories/gobi-web-integration

Version:

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

7 lines (6 loc) 187 B
import { PlayerOptions } from '../../types/options.types'; export declare class PlayerApp { private readonly container; constructor(config: PlayerOptions); destroy(): void; }