Skip to content

Commit 2671fbd

Browse files
authored
fix: 🐛 added children as optional prop for Renderer (#78)
Issues: #77
1 parent 3fae5af commit 2671fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export interface RendererProps<T> {
4646
onChange: (updateParams: NodeAction) => void;
4747
node: FlattenedNode;
4848
iconsClassNameMap?: T;
49+
children?: React.ReactNode;
4950
}
5051

5152
type DeletableRenderProps = RendererProps<{delete?: string}>;

0 commit comments

Comments
 (0)