antd-management-fast-component 2.6.61 → 2.6.64
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.
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export class ElasticityTree extends BaseComponent {
|
|
2
|
+
renderFurther(): React.JSX.Element;
|
|
3
|
+
}
|
|
4
|
+
export namespace ElasticityTree {
|
|
5
|
+
namespace defaultProps {
|
|
6
|
+
let onSelect: null;
|
|
7
|
+
let innerProps: {};
|
|
8
|
+
let listData: never[];
|
|
9
|
+
let dataConvert: null;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
import { BaseComponent } from '../../bases';
|
|
13
|
+
import React from 'react';
|
package/es/components/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export * from "./ElasticityMenuHeader";
|
|
|
22
22
|
export * from "./ElasticityRadioGroup";
|
|
23
23
|
export * from "./ElasticitySelectButton";
|
|
24
24
|
export * from "./ElasticityTagList";
|
|
25
|
+
export * from "./ElasticityTree";
|
|
25
26
|
export * from "./ElasticityTreeSelect";
|
|
26
27
|
export * from "./Ellipsis";
|
|
27
28
|
export * from "./EllipsisCustom";
|