UNPKG

@typeform/embed

Version:

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

6 lines (5 loc) 252 B
import { PartialElementWithAdditionalAttributes } from './partial-element-with-additional-attributes'; export type IframeProps = PartialElementWithAdditionalAttributes<HTMLIFrameElement>; export type IframeOptions = { iframeProps?: IframeProps; };