UNPKG

@typeform/embed

Version:

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

8 lines (7 loc) 369 B
export declare const initialize: ({ embedElementAttribute, cssFilename, forceReload, factoryMethod, container, }: { embedElementAttribute: string; cssFilename: string; forceReload?: boolean | undefined; factoryMethod: (id: string, options: unknown, element: HTMLElement) => void; container?: HTMLElement | Document | undefined; }) => Promise<void>;