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 3fae5af commit 2671fbdCopy full SHA for 2671fbd
index.d.ts
@@ -46,6 +46,7 @@ export interface RendererProps<T> {
46
onChange: (updateParams: NodeAction) => void;
47
node: FlattenedNode;
48
iconsClassNameMap?: T;
49
+ children?: React.ReactNode;
50
}
51
52
type DeletableRenderProps = RendererProps<{delete?: string}>;
0 commit comments