antd-management-fast-component 2.6.176 → 2.6.178
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.
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
export class ElasticityTree extends
|
|
1
|
+
export class ElasticityTree extends React.PureComponent<any, any, any> {
|
|
2
|
+
constructor(props: any);
|
|
3
|
+
constructor(props: any, context: any);
|
|
4
|
+
render(): React.JSX.Element;
|
|
2
5
|
}
|
|
3
|
-
|
|
4
|
-
namespace defaultProps {
|
|
5
|
-
let onSelect: null;
|
|
6
|
-
let innerProps: {};
|
|
7
|
-
let listData: never[];
|
|
8
|
-
let dataConvert: null;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
import { BaseComponent } from '../../bases';
|
|
6
|
+
import React from 'react';
|