nsc-react-component 4.0.20 → 4.1.0

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.
@@ -120,7 +120,7 @@ declare class BasePage extends PureComponent<NSCBaseBageProps, any> {
120
120
  };
121
121
  constructor(props: any);
122
122
  componentDidMount(): void;
123
- componentDidUpdate(prevProps: any): void;
123
+ componentDidUpdate(): void;
124
124
  componentWillUnmount(): void;
125
125
  setSearchParams(params: any, callBack: any): void;
126
126
  doSubmit(data: any, label?: string): void;