We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3379ef3 commit 4bbf36fCopy full SHA for 4bbf36f
src/index.d.ts
@@ -68,4 +68,5 @@ declare module "react-checkbox-tree" {
68
}
69
70
export default class CheckboxTree extends React.Component<CheckboxProps> {}
71
+ function expandNodesToLevel (nodes: Array<Node>, targetLevel: number): Array<string>
72
0 commit comments