UNPKG

@typeform/embed

Version:

**Typeform/embed** is the core embed library that lets you embed typeforms to your website using vanilla JavaScript.

5 lines (4 loc) 163 B
export declare const initializePopups: ({ container, forceReload, }: { container?: HTMLElement | undefined; forceReload?: boolean | undefined; }) => void;