From 3d2867229e36a6f3d5fd6109f79b8000d1d18106 Mon Sep 17 00:00:00 2001 From: superman Date: Wed, 9 Mar 2022 11:54:52 +0800 Subject: [PATCH] fix(checktree): fix missing type definition --- src/CheckTree/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CheckTree/index.tsx b/src/CheckTree/index.tsx index 8fdab676bf..721c640d30 100644 --- a/src/CheckTree/index.tsx +++ b/src/CheckTree/index.tsx @@ -10,6 +10,9 @@ export interface CheckTreeProps FormControlPickerProps { /** Tree node cascade */ cascade?: boolean; + + /** Set the option value for the check box not to be rendered */ + uncheckableItemValues?: ValueType; } const CheckTree: RsRefForwardingComponent<'div', CheckTreeProps> = React.forwardRef(