2025-04-09 18:55:14 +08:00

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;