Skip to content

Commit

Permalink
fix(CheckTree): fix missing type definition #2388 (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
superman66 committed Mar 10, 2022
1 parent f0d603e commit 0fe4e9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CheckTree/index.tsx
Expand Up @@ -10,6 +10,9 @@ export interface CheckTreeProps
FormControlPickerProps<ValueType> {
/** 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(
Expand Down

0 comments on commit 0fe4e9f

Please sign in to comment.