ados-rcm 1.0.559 → 1.0.561
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/ATree/ATreeSearch.d.ts +1 -0
- package/dist/index.cjs.js +26 -26
- package/dist/index.es.js +2834 -2829
- package/package.json +1 -1
@@ -10,6 +10,7 @@ interface IATreeSearchProps<T extends IATreeItem<T>> {
|
|
10
10
|
isLoading?: boolean;
|
11
11
|
resources: typeof Resources.ATree;
|
12
12
|
maxLength?: number;
|
13
|
+
autoFocus?: boolean;
|
13
14
|
}
|
14
15
|
export declare const ATreeSearch: <T extends IATreeItem<T>>(props: IATreeSearchProps<T>) => React.ReactNode;
|
15
16
|
export {};
|