vue-apps/com.actionsoft.apps.coe.pal.datamigration/lib/awsui.es/address/index.d.ts
2022-06-27 17:47:49 +08:00

22 lines
464 B
TypeScript

declare interface addressOption {
data: {
value: string;
address: string;
sid: string;
appId: string;
addressDomId: string;
formData: string;
width: Number;
height: Number;
cmd: string;
title: string;
};
url: string;
type: string;
}
declare const _default: {
openAddress: (options: addressOption) => void;
closeAddress: () => void;
};
export default _default;