UNPKG

@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) 328 B
export interface HTMLElementWithParentNode extends HTMLElement { parentNode: Node & ParentNode; } export declare const isOpen: (element: HTMLElement) => element is HTMLElementWithParentNode; export declare const isInPage: (element: HTMLElement) => boolean; export declare const isVisible: (element: HTMLElement) => boolean;