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) 219 B
interface AdditionalAttributes { style: string; [key: `data${string}`]: string; } export type PartialElementWithAdditionalAttributes<Element> = Partial<Omit<Element, 'style'> & AdditionalAttributes>; export {};