s-material-react 1.4.25 → 1.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/common/card.scss +10 -4
  2. package/css/common/icon.scss +21 -4
  3. package/css/common/index.scss +2 -0
  4. package/css/common/uploading.scss +64 -0
  5. package/css/common/uploadingImg.scss +19 -0
  6. package/css/pages/afterSalesApplyGroup/afterSalesApply.scss +199 -0
  7. package/css/pages/afterSalesApplyGroup/index.scss +1 -0
  8. package/css/pages/afterSalesDetailGroup/afterSalesDetail.scss +213 -0
  9. package/css/pages/afterSalesDetailGroup/index.scss +1 -0
  10. package/css/pages/afterSalesListGroup/afterSalesList.scss +99 -0
  11. package/css/pages/afterSalesListGroup/index.scss +1 -0
  12. package/css/pages/index.scss +4 -0
  13. package/css/pages/mySettingGroup/index.scss +1 -0
  14. package/css/pages/mySettingGroup/mySetting.scss +23 -0
  15. package/css/pages/refundOnlyGroup/refundOnly.scss +5 -1
  16. package/dist/common/card/index.d.ts +2 -3
  17. package/dist/common/uploading/index.d.ts +1 -0
  18. package/dist/common/uploadingImg/index.d.ts +1 -0
  19. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillIn.d.ts +2 -0
  20. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/fillInPopup.d.ts +6 -0
  21. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/index.d.ts +3 -0
  22. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/subFillIn.d.ts +2 -0
  23. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/components/tip.d.ts +1 -0
  24. package/dist/components/AfterSalesApplyGroup/AfterSalesApply/index.d.ts +10 -0
  25. package/dist/components/AfterSalesApplyGroup/index.d.ts +1 -0
  26. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/components/expressPopup.d.ts +2 -0
  27. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/components/index.d.ts +1 -0
  28. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/components/senderWrite.d.ts +1 -0
  29. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/index.d.ts +5 -0
  30. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/mock.d.ts +199 -0
  31. package/dist/components/AfterSalesDetailGroup/AfterSalesDetail/state.d.ts +1 -0
  32. package/dist/components/AfterSalesDetailGroup/component/mock.d.ts +199 -0
  33. package/dist/components/AfterSalesDetailGroup/component/senderWrite.d.ts +1 -0
  34. package/dist/components/AfterSalesDetailGroup/component/state.d.ts +1 -0
  35. package/dist/components/AfterSalesDetailGroup/index.d.ts +1 -0
  36. package/dist/components/AfterSalesListGroup/AfterSalesList/components/iconConfig.d.ts +9 -0
  37. package/dist/components/AfterSalesListGroup/AfterSalesList/components/index.d.ts +2 -0
  38. package/dist/components/AfterSalesListGroup/AfterSalesList/components/item.d.ts +2 -0
  39. package/dist/components/AfterSalesListGroup/AfterSalesList/components/noData.d.ts +1 -0
  40. package/dist/components/AfterSalesListGroup/AfterSalesList/components/stateConfig.d.ts +7 -0
  41. package/dist/components/AfterSalesListGroup/AfterSalesList/components/tabContent.d.ts +1 -0
  42. package/dist/components/AfterSalesListGroup/AfterSalesList/index.d.ts +1 -0
  43. package/dist/components/AfterSalesListGroup/index.d.ts +1 -0
  44. package/dist/components/AfterSalesTypeGroup/AfterSalesType/components/type.d.ts +2 -0
  45. package/dist/components/AfterSalesTypeGroup/AfterSalesType/index.d.ts +3 -1
  46. package/dist/components/AfterSalesTypeGroup/AfterSalesType/typeConfig.d.ts +1 -0
  47. package/dist/components/MySettingGroup/MySetting/index.d.ts +3 -0
  48. package/dist/components/MySettingGroup/index.d.ts +1 -0
  49. package/dist/components/index.d.ts +5 -0
  50. package/dist/hooks/useCountDown.d.ts +1 -1
  51. package/dist/index.js +1 -1
  52. package/package.json +1 -1
@@ -0,0 +1,23 @@
1
+ .mySetting {
2
+ .item {
3
+ height: 50px;
4
+ line-height: 50px;
5
+ display: flex;
6
+ justify-content: space-between;
7
+ padding: 0 10px;
8
+ font-size: 14px;
9
+ border-bottom: 1px solid #efefef;
10
+ }
11
+
12
+ .btn {
13
+ margin: 50px auto;
14
+ width: 80%;
15
+ height: 50px;
16
+ line-height: 50px;
17
+ background-color: #000;
18
+ color: #FFF;
19
+ border-radius: 50px;
20
+ text-align: center;
21
+ font-size: 14px;
22
+ }
23
+ }
@@ -13,4 +13,8 @@
13
13
  .refundMsg_style {
14
14
  margin-top: 15px;
15
15
  }
16
- }
16
+
17
+ .refundUploading {
18
+ margin-top: 15px;
19
+ }
20
+ }
@@ -6,7 +6,6 @@ export interface CardItemType {
6
6
  pricesetNprice?: number;
7
7
  skuName?: string;
8
8
  skuCode?: string;
9
- resultTime?: string;
10
- dataState?: number;
9
+ children?: React.ReactNode;
11
10
  }
12
- export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, resultTime, dataState }: CardItemType) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const CardJsx: ({ dataPic, goodsName, goodsCamount, pricesetNprice, skuName, children, }: CardItemType) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const UploadImg: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1 @@
1
+ export declare const UploadingImg: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const FillIn: React.NamedExoticComponent<{}>;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ interface FillInPopupTye {
3
+ popupShow: boolean;
4
+ }
5
+ export declare const FillInPopup: React.NamedExoticComponent<FillInPopupTye>;
6
+ export {};
@@ -0,0 +1,3 @@
1
+ export * from './tip';
2
+ export * from './fillIn';
3
+ export * from './subFillIn';
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const SubFillIn: React.NamedExoticComponent<{}>;
@@ -0,0 +1 @@
1
+ export declare const Tip: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ export declare const MC: React.Context<any>;
3
+ interface AfterSalesApplyType {
4
+ refundType: string;
5
+ contractBillcode: string;
6
+ skuCode: string;
7
+ goodsNum: number;
8
+ }
9
+ export declare const AfterSalesApply: React.FC<AfterSalesApplyType>;
10
+ export {};
@@ -0,0 +1 @@
1
+ export * from './AfterSalesApply';
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const ExpressPopup: React.NamedExoticComponent<{}>;
@@ -0,0 +1 @@
1
+ export * from './senderWrite';
@@ -0,0 +1 @@
1
+ export declare const SenderWrite: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export declare const MCAfterSalesDetail: React.Context<any>;
3
+ export declare const AfterSalesDetail: React.NamedExoticComponent<{
4
+ refundCode: string;
5
+ }>;
@@ -0,0 +1,199 @@
1
+ export declare const mockDetail: {
2
+ refundId: number;
3
+ refundCode: string;
4
+ refundNcode: null;
5
+ refundOcode: null;
6
+ refundType: string;
7
+ refundMoney: number;
8
+ refundUsertype: string;
9
+ channelCode: string;
10
+ channelName: string;
11
+ contractBillcode: string;
12
+ contractNbillcode: null;
13
+ contractNbbillcode: null;
14
+ memberCode: string;
15
+ memberMcode: null;
16
+ memberMname: null;
17
+ memberName: string;
18
+ memberBcode: string;
19
+ memberBname: string;
20
+ memberCcode: string;
21
+ memberCname: string;
22
+ ptradeSeqno: string;
23
+ contractBbillcode: string;
24
+ contractType: string;
25
+ contractTypepro: string;
26
+ contractPmode: string;
27
+ contractPumode: string;
28
+ goodsNum: number;
29
+ goodsWeight: number;
30
+ contractMoney: number;
31
+ contractPaymoney: number;
32
+ ddTypeCurrency: null;
33
+ contractRemark: null;
34
+ goodsLogmoney: number;
35
+ appmanageIcode: string;
36
+ tenantCode: string;
37
+ packageMode: null;
38
+ packageBillno: null;
39
+ packageName: null;
40
+ refundReceiptPhone: null;
41
+ refundReceiptArrdess: null;
42
+ refundReceiptMem: null;
43
+ refundZip: null;
44
+ refundPakedes: null;
45
+ refundPake: null;
46
+ refundEmail: null;
47
+ refundTel: null;
48
+ refundPhone: null;
49
+ refundArrdess: null;
50
+ refundArrdesscode: null;
51
+ refundMem: null;
52
+ goodsReceiptMem: string;
53
+ goodsReceiptArrdess: string;
54
+ goodsReceiptPhone: string;
55
+ cashback: number;
56
+ fchannelCode: string;
57
+ faccountName: string;
58
+ refundEx: string;
59
+ packageCode: null;
60
+ refundMeo: string;
61
+ addressCode: null;
62
+ contractState: number;
63
+ dataOpnextbillstate: number;
64
+ refundInvstate: number;
65
+ refundDate: null;
66
+ pricesetCurrency: null;
67
+ pricesetCurrency1: null;
68
+ refundAudate: null;
69
+ refundUex: null;
70
+ refundUcode: null;
71
+ refundUname: null;
72
+ refundCtrlSeqno: null;
73
+ dataStatestr: string;
74
+ ocRefundGoodsDomainList: null;
75
+ ocRefundFileDomainList: null;
76
+ refundCreate: null;
77
+ gmtCreate: number;
78
+ gmtModified: number;
79
+ memo: string;
80
+ dataState: number;
81
+ payTime: null;
82
+ ocContractReDomain: null;
83
+ ocContractproDomainList: null;
84
+ goodsList: null;
85
+ forecastAmt: null;
86
+ erpCode: null;
87
+ erpDate: null;
88
+ erpAmt: null;
89
+ ocRefundGoodsList: {
90
+ refundGoodsId: number;
91
+ refundGoodsType: number;
92
+ refundGoodsOldcode: null;
93
+ refundGoodsCode: string;
94
+ refundCode: string;
95
+ contractBillcode: string;
96
+ contractGoodsCode: string;
97
+ memberCode: string;
98
+ memberName: string;
99
+ memberCcode: string;
100
+ memberCname: string;
101
+ memberBcode: string;
102
+ memberBname: string;
103
+ goodsCode: string;
104
+ goodsName: string;
105
+ goodsCamount: number;
106
+ goodsCweight: null;
107
+ goodsOrigin: string;
108
+ goodsPro: null;
109
+ goodsType: string;
110
+ contractGoodsGtype: string;
111
+ skuCode: string;
112
+ skuOldcode: null;
113
+ goodsOldcode: null;
114
+ spuCode: string;
115
+ skuName: string;
116
+ skuEocode: null;
117
+ goodsEocode: null;
118
+ classtreeCode: string;
119
+ classtreeShopcode: null;
120
+ classtreeName: null;
121
+ classtreeShopname: null;
122
+ pntreeName: string;
123
+ partsnameName: null;
124
+ productareaName: null;
125
+ goodsMaterial: null;
126
+ goodsMinnum: null;
127
+ goodsOneweight: number;
128
+ refundGoodsAmt: number;
129
+ refundGoodsPrice: number;
130
+ refundGoodsWeight: null;
131
+ refundGoodsNum: number;
132
+ goodsWeight: number;
133
+ goodsNum: number;
134
+ goodsSupplynum: number;
135
+ goodsSupplyweight: number;
136
+ goodsAhnum: number;
137
+ goodsAhweight: number;
138
+ goodsHangnum: number;
139
+ goodsHangweight: number;
140
+ goodsTopnum: null;
141
+ goodsTopweight: null;
142
+ goodsOrdnum: number;
143
+ goodsOrdweight: number;
144
+ partsnameNumunit: null;
145
+ partsnameWeightunit: string;
146
+ pricesetNprice: number;
147
+ pricesetMakeprice: number;
148
+ pricesetBaseprice: number;
149
+ pricesetAsprice: number;
150
+ pricesetType: null;
151
+ pricesetRefrice: number;
152
+ pricesetPrefprice: number;
153
+ pricesetInsideprice: number;
154
+ warehouseName: null;
155
+ contractGoodsBoxnum: null;
156
+ contractGoodsBoxprice: null;
157
+ contractGoodsBoxamt: number;
158
+ skuNo: string;
159
+ skuBarcode: null;
160
+ goodsNo: string;
161
+ skuShowno: string;
162
+ goodsShowno: string;
163
+ areaName: null;
164
+ areaCode: null;
165
+ warehouseCode: null;
166
+ goodsContract: null;
167
+ dataPic: string;
168
+ dataPicpath: null;
169
+ memberContact: null;
170
+ memberContactPhone: null;
171
+ dataOpbillstate: number;
172
+ memberContactQq: null;
173
+ appmanageIcode: null;
174
+ tenantCode: string;
175
+ mschannelCode: null;
176
+ mschannelName: null;
177
+ goodsRemark: string;
178
+ pricesetCurrency: null;
179
+ pricesetCurrency1: null;
180
+ ocRefundPmGoodsDomainList: null;
181
+ goodsClass: null;
182
+ memberMcode: null;
183
+ memberMname: null;
184
+ goodsDay: null;
185
+ goodsDayinfo: null;
186
+ ginfoCode: null;
187
+ }[];
188
+ ocRefundFileList: {
189
+ refundFileId: number;
190
+ refundFileCode: string;
191
+ refundCode: string;
192
+ contractBillcode: string;
193
+ refundFileType: null;
194
+ refundFileName: null;
195
+ refundFileUrl: string;
196
+ appmanageIcode: null;
197
+ tenantCode: string;
198
+ }[];
199
+ };
@@ -0,0 +1 @@
1
+ export declare const getState: (refundType: string, orderState: number, refundUcode: any) => any;
@@ -0,0 +1,199 @@
1
+ export declare const mockDetail: {
2
+ refundId: number;
3
+ refundCode: string;
4
+ refundNcode: null;
5
+ refundOcode: null;
6
+ refundType: string;
7
+ refundMoney: number;
8
+ refundUsertype: string;
9
+ channelCode: string;
10
+ channelName: string;
11
+ contractBillcode: string;
12
+ contractNbillcode: null;
13
+ contractNbbillcode: null;
14
+ memberCode: string;
15
+ memberMcode: null;
16
+ memberMname: null;
17
+ memberName: string;
18
+ memberBcode: string;
19
+ memberBname: string;
20
+ memberCcode: string;
21
+ memberCname: string;
22
+ ptradeSeqno: string;
23
+ contractBbillcode: string;
24
+ contractType: string;
25
+ contractTypepro: string;
26
+ contractPmode: string;
27
+ contractPumode: string;
28
+ goodsNum: number;
29
+ goodsWeight: number;
30
+ contractMoney: number;
31
+ contractPaymoney: number;
32
+ ddTypeCurrency: null;
33
+ contractRemark: null;
34
+ goodsLogmoney: number;
35
+ appmanageIcode: string;
36
+ tenantCode: string;
37
+ packageMode: null;
38
+ packageBillno: null;
39
+ packageName: null;
40
+ refundReceiptPhone: null;
41
+ refundReceiptArrdess: null;
42
+ refundReceiptMem: null;
43
+ refundZip: null;
44
+ refundPakedes: null;
45
+ refundPake: null;
46
+ refundEmail: null;
47
+ refundTel: null;
48
+ refundPhone: null;
49
+ refundArrdess: null;
50
+ refundArrdesscode: null;
51
+ refundMem: null;
52
+ goodsReceiptMem: string;
53
+ goodsReceiptArrdess: string;
54
+ goodsReceiptPhone: string;
55
+ cashback: number;
56
+ fchannelCode: string;
57
+ faccountName: string;
58
+ refundEx: string;
59
+ packageCode: null;
60
+ refundMeo: string;
61
+ addressCode: null;
62
+ contractState: number;
63
+ dataOpnextbillstate: number;
64
+ refundInvstate: number;
65
+ refundDate: null;
66
+ pricesetCurrency: null;
67
+ pricesetCurrency1: null;
68
+ refundAudate: null;
69
+ refundUex: null;
70
+ refundUcode: null;
71
+ refundUname: null;
72
+ refundCtrlSeqno: null;
73
+ dataStatestr: string;
74
+ ocRefundGoodsDomainList: null;
75
+ ocRefundFileDomainList: null;
76
+ refundCreate: null;
77
+ gmtCreate: number;
78
+ gmtModified: number;
79
+ memo: string;
80
+ dataState: number;
81
+ payTime: null;
82
+ ocContractReDomain: null;
83
+ ocContractproDomainList: null;
84
+ goodsList: null;
85
+ forecastAmt: null;
86
+ erpCode: null;
87
+ erpDate: null;
88
+ erpAmt: null;
89
+ ocRefundGoodsList: {
90
+ refundGoodsId: number;
91
+ refundGoodsType: number;
92
+ refundGoodsOldcode: null;
93
+ refundGoodsCode: string;
94
+ refundCode: string;
95
+ contractBillcode: string;
96
+ contractGoodsCode: string;
97
+ memberCode: string;
98
+ memberName: string;
99
+ memberCcode: string;
100
+ memberCname: string;
101
+ memberBcode: string;
102
+ memberBname: string;
103
+ goodsCode: string;
104
+ goodsName: string;
105
+ goodsCamount: number;
106
+ goodsCweight: null;
107
+ goodsOrigin: string;
108
+ goodsPro: null;
109
+ goodsType: string;
110
+ contractGoodsGtype: string;
111
+ skuCode: string;
112
+ skuOldcode: null;
113
+ goodsOldcode: null;
114
+ spuCode: string;
115
+ skuName: string;
116
+ skuEocode: null;
117
+ goodsEocode: null;
118
+ classtreeCode: string;
119
+ classtreeShopcode: null;
120
+ classtreeName: null;
121
+ classtreeShopname: null;
122
+ pntreeName: string;
123
+ partsnameName: null;
124
+ productareaName: null;
125
+ goodsMaterial: null;
126
+ goodsMinnum: null;
127
+ goodsOneweight: number;
128
+ refundGoodsAmt: number;
129
+ refundGoodsPrice: number;
130
+ refundGoodsWeight: null;
131
+ refundGoodsNum: number;
132
+ goodsWeight: number;
133
+ goodsNum: number;
134
+ goodsSupplynum: number;
135
+ goodsSupplyweight: number;
136
+ goodsAhnum: number;
137
+ goodsAhweight: number;
138
+ goodsHangnum: number;
139
+ goodsHangweight: number;
140
+ goodsTopnum: null;
141
+ goodsTopweight: null;
142
+ goodsOrdnum: number;
143
+ goodsOrdweight: number;
144
+ partsnameNumunit: null;
145
+ partsnameWeightunit: string;
146
+ pricesetNprice: number;
147
+ pricesetMakeprice: number;
148
+ pricesetBaseprice: number;
149
+ pricesetAsprice: number;
150
+ pricesetType: null;
151
+ pricesetRefrice: number;
152
+ pricesetPrefprice: number;
153
+ pricesetInsideprice: number;
154
+ warehouseName: null;
155
+ contractGoodsBoxnum: null;
156
+ contractGoodsBoxprice: null;
157
+ contractGoodsBoxamt: number;
158
+ skuNo: string;
159
+ skuBarcode: null;
160
+ goodsNo: string;
161
+ skuShowno: string;
162
+ goodsShowno: string;
163
+ areaName: null;
164
+ areaCode: null;
165
+ warehouseCode: null;
166
+ goodsContract: null;
167
+ dataPic: string;
168
+ dataPicpath: null;
169
+ memberContact: null;
170
+ memberContactPhone: null;
171
+ dataOpbillstate: number;
172
+ memberContactQq: null;
173
+ appmanageIcode: null;
174
+ tenantCode: string;
175
+ mschannelCode: null;
176
+ mschannelName: null;
177
+ goodsRemark: string;
178
+ pricesetCurrency: null;
179
+ pricesetCurrency1: null;
180
+ ocRefundPmGoodsDomainList: null;
181
+ goodsClass: null;
182
+ memberMcode: null;
183
+ memberMname: null;
184
+ goodsDay: null;
185
+ goodsDayinfo: null;
186
+ ginfoCode: null;
187
+ }[];
188
+ ocRefundFileList: {
189
+ refundFileId: number;
190
+ refundFileCode: string;
191
+ refundCode: string;
192
+ contractBillcode: string;
193
+ refundFileType: null;
194
+ refundFileName: null;
195
+ refundFileUrl: string;
196
+ appmanageIcode: null;
197
+ tenantCode: string;
198
+ }[];
199
+ };
@@ -0,0 +1 @@
1
+ export declare const SenderWrite: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1 @@
1
+ export declare const getState: (refundType: string, orderState: number, refundUcode: any) => any;
@@ -0,0 +1 @@
1
+ export * from './AfterSalesDetail';
@@ -0,0 +1,9 @@
1
+ type iconConfigType = {
2
+ [key: string]: {
3
+ icon: string;
4
+ label: string;
5
+ color: string;
6
+ };
7
+ };
8
+ export declare const iconConfig: iconConfigType;
9
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from './item';
2
+ export * from './tabContent';
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const Item: React.NamedExoticComponent<any>;
@@ -0,0 +1 @@
1
+ export declare const NoData: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1,7 @@
1
+ type TypeStateConfig = {
2
+ [key: string]: {
3
+ [key: string]: string;
4
+ };
5
+ };
6
+ export declare const stateConfig: TypeStateConfig;
7
+ export {};
@@ -0,0 +1 @@
1
+ export declare const TabContent: import("react").MemoExoticComponent<({ item, refreshNum }: any) => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1 @@
1
+ export declare const AfterSalesList: import("react").MemoExoticComponent<({ refreshNum }: any) => import("react/jsx-runtime").JSX.Element>;
@@ -0,0 +1 @@
1
+ export * from './AfterSalesList';
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  interface TypeJsxType {
3
3
  afterSalesType: number;
4
+ contractBillcode: string;
5
+ skuCode: string;
4
6
  }
5
7
  export declare const Type: React.NamedExoticComponent<TypeJsxType>;
6
8
  export {};
@@ -1 +1,3 @@
1
- export declare const AfterSalesType: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from "react";
2
+ export declare const MCAfterSalesType: React.Context<any>;
3
+ export declare const AfterSalesType: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,4 @@
1
1
  export declare const handleType: (type?: number) => {
2
2
  label: string;
3
+ value?: string | undefined;
3
4
  }[];
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare const MySettingJsx: React.FC;
3
+ export declare const MySetting: React.NamedExoticComponent<{}>;
@@ -0,0 +1 @@
1
+ export * from './MySetting';
@@ -35,3 +35,8 @@ export * from './AddressListGroup';
35
35
  export * from './PaymentModeGroup';
36
36
  export * from './RefundGroup';
37
37
  export * from './RefundOnlyGroup';
38
+ export * from './MySettingGroup';
39
+ export * from './AfterSalesTypeGroup';
40
+ export * from './AfterSalesApplyGroup';
41
+ export * from './AfterSalesDetailGroup';
42
+ export * from './AfterSalesListGroup';
@@ -1,3 +1,3 @@
1
- export declare const useCountDown: (contractPaydate: number) => {
1
+ export declare const useCountDown: (contractPaydate: number, init: () => void) => {
2
2
  resultTime: string;
3
3
  };