ados-rcm 1.1.39 → 1.1.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,3 +48,7 @@ export declare enum EIndentState {
48
48
  IsLast = "IsLast"
49
49
  }
50
50
  export declare const ATreeItem: <T extends IATreeItem<T>>(props: IATreeItemProps<T>) => React.ReactNode;
51
+ export interface IIndentProps {
52
+ iconWidth: number;
53
+ isLast?: boolean;
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",