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.
@@ -16,7 +16,4 @@ export class Spirit extends Core {
16
16
  backgroundColor: string;
17
17
  };
18
18
  }
19
- export namespace Spirit {
20
- let defaultProps: {};
21
- }
22
19
  import { Core } from '../Core';
@@ -1,11 +1,6 @@
1
- export class ElasticityTree extends BaseComponent {
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
- export namespace ElasticityTree {
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';