UNPKG

@typeform/embed

Version:

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

3 lines (2 loc) 172 B
export declare const DEFAULT_AUTO_CLOSE_TIME = 500; export declare const setAutoClose: (embedId: string, autoClose?: number | boolean, closeCallback?: () => void) => void;