jslib-nightly
Version:
SheerID JavaScript Library
5 lines (4 loc) • 361 B
TypeScript
import { IframeUserConfiguration, PostMessagesOptions } from '../types/types';
export declare function loadInlineIframe(containerElement: HTMLElement, url: string): void;
export declare function loadInModal(url: string, userConfig?: IframeUserConfiguration): void;
export declare function postVerificationSizeUpdates(options?: PostMessagesOptions): () => void;