@typeform/embed
Version:
**Typeform/embed** is the core embed library that lets you embed typeforms to your website using vanilla JavaScript.
7 lines (6 loc) • 327 B
TypeScript
import { BehavioralOptions } from '../base';
export type RemoveHandler = {
remove: () => void;
};
export declare const handlePreventReopenOnClose: (options: BehavioralOptions, formId: string) => void;
export declare const handleCustomOpen: (openFn: () => void, options: BehavioralOptions, formId: string) => RemoveHandler;