ados-rcm 1.0.561 → 1.0.562

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,6 @@ interface IATreeSearchProps<T extends IATreeItem<T>> {
10
10
  isLoading?: boolean;
11
11
  resources: typeof Resources.ATree;
12
12
  maxLength?: number;
13
- autoFocus?: boolean;
14
13
  }
15
14
  export declare const ATreeSearch: <T extends IATreeItem<T>>(props: IATreeSearchProps<T>) => React.ReactNode;
16
15
  export {};