ados-rcm 1.1.282 → 1.1.283
Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ export interface IATreeItemProps<T> {
|
|
44
44
|
TreeItemStyle?: TCanCallback<IATreeItemProps<T>, React.CSSProperties>;
|
45
45
|
searchItemClassName?: TCanCallback<IATreeItemProps<T>, string>;
|
46
46
|
searchItemStyle?: TCanCallback<IATreeItemProps<T>, React.CSSProperties>;
|
47
|
-
|
47
|
+
height: number;
|
48
48
|
}
|
49
49
|
declare enum EIndentState {
|
50
50
|
Collapsed = "Collapsed",
|