UNPKG

@gobistories/gobi-web-integration

Version:

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

4 lines (3 loc) 279 B
import { Callbacks, CallbackName } from '../types/options.types'; import { MediaPlayer } from '../components/Player'; export declare function getCallbackHandler(callbacks: Partial<Callbacks>, player: MediaPlayer): (name: CallbackName, chapterIndex: number, args: any[]) => void;