@typeform/embed
Version:
**Typeform/embed** is the core embed library that lets you embed typeforms to your website using vanilla JavaScript.
10 lines (9 loc) • 332 B
TypeScript
type HubspotFieldsType = {
hubspot_page_name: string;
hubspot_page_url: string;
hubspot_utk?: string;
};
export declare const getHubspotCookieValue: () => string | undefined;
export declare const getHubspotHiddenFields: () => HubspotFieldsType;
export declare const waitForHubspotCookie: () => Promise<void>;
export {};