nsc-react-component 4.1.25 → 4.1.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.
@@ -153,6 +153,7 @@ declare class BasePage extends PureComponent<NSCBaseBageProps, any> {
153
153
  convertQueryParams(): any;
154
154
  calculateTableHeaderHeight: () => void;
155
155
  throttleCalculateTableHeaderHeight: any;
156
+ handleMouseDown(e: React.MouseEvent): void;
156
157
  render(): React.JSX.Element;
157
158
  }
158
159
  export default BasePage;