UNPKG

@gobistories/gobi-web-integration

Version:

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

4 lines (3 loc) 189 B
import { GobiEvent } from '../events'; import { Story } from '../types/story.types'; export declare function getMetricsSender(apiBaseUrl: string, story: Story): (event: GobiEvent) => void;