UNPKG

@gobistories/gobi-web-integration

Version:

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

8 lines (7 loc) 381 B
import { Options } from '../../types/options.types'; import { GobiController } from '../../utils/controller'; export declare class CardsApp { private readonly container; constructor(config: Partial<Options>, callback?: (controller: GobiController) => void); } export declare function renderCards(config: Options, callback?: (controller: GobiController) => void): CardsApp;