@bit-sun/business-component 4.2.0-alpha.6.8 → 4.2.0-alpha.jw-1

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.
@@ -141,7 +141,7 @@ declare class DataValidation extends React.Component {
141
141
  naturalCompare: (a: any, b: any) => any;
142
142
  customSort: (a: any, b: any) => any;
143
143
  sortData: (sorterKey: string) => void;
144
- resetData: () => void;
144
+ resetData: () => Promise<void>;
145
145
  filterData: (type: string) => void;
146
146
  toggleData: () => void;
147
147
  onChange: (e: any) => void;