UNPKG

zuck.js

Version:

A javascript library that lets you add stories EVERYWHERE.

7 lines (6 loc) 174 B
import { ZuckObject } from 'types'; export declare const modal: (zuck: ZuckObject) => { show: (storyId?: string) => void; next: () => void; close: () => void; };