UNPKG

@typeform/embed

Version:

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

4 lines (3 loc) 117 B
type fn = () => void; export declare const lazyInitialize: (target: Element, onIntersection: fn) => void; export {};