4 lines
252 B
TypeScript
4 lines
252 B
TypeScript
import type { ClientOptions } from "../..";
|
|
export declare function loadPreviewIframe(iframe: HTMLIFrameElement, url: string): Promise<void>;
|
|
export declare const setPreviewIframeProperties: (iframe: HTMLIFrameElement, options: ClientOptions) => void;
|