初始化
This commit is contained in:
8
node_modules/@alipay/ams-checkout/esm/plugin/component/popupWindow.style.d.ts
generated
vendored
Normal file
8
node_modules/@alipay/ams-checkout/esm/plugin/component/popupWindow.style.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user