vue-apps/com.actionsoft.apps.coe.pal.modelconvert/lib/awsui.es/address/index.d.ts

22 lines
464 B
TypeScript
Raw Normal View History

2022-09-30 16:40:01 +08:00
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;