9 lines
293 B
TypeScript
9 lines
293 B
TypeScript
export declare const insertStyleSheet: () => void;
|
|
export declare const createModal: ({ device, url, widthPadding, heightPadding }: {
|
|
device: any;
|
|
url: any;
|
|
widthPadding: any;
|
|
heightPadding: any;
|
|
}) => Promise<HTMLIFrameElement>;
|
|
export declare const destroyModal: () => void;
|