UNPKG

@typeform/embed

Version:

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

11 lines (10 loc) 256 B
import { BehavioralType } from './behavioral-type'; export type BehavioralOptions = { /** * Your typeform will launch based on behavioral triggers. * * @type {BehavioralType} */ open?: BehavioralType; openValue?: number; };