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.
label
1 parent fd7e888 commit 93afb5dCopy full SHA for 93afb5d
src/index.d.ts
@@ -2,7 +2,7 @@ import * as React from 'react';
2
3
declare module "react-checkbox-tree" {
4
interface Node {
5
- label: JSX.Element;
+ label: React.ReactNode;
6
value: string;
7
children?: Array<Node>;
8
className?: string;
0 commit comments