Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlmightyCrumb committed Dec 11, 2024
1 parent 025ca19 commit 64ffeee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/tree/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export interface TreeAddedProps<T> {
eventRoots?: TreeViewKeyboardInteractionsParams['eventRoots'];
ItemRenderer: React.ComponentType<TreeItemProps<T>>;
overlay?: typeof overlayRoot;
// selectionControl?: StateControls<string | undefined, KeyboardSelectMeta | undefined>;
selectionControl?: StateControls<string[], KeyboardSelectMeta | undefined>;
}

Expand Down

0 comments on commit 64ffeee

Please sign in to comment.