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 b15b812 commit e7526f2Copy full SHA for e7526f2
src/components/NavigationTree/types.ts
@@ -57,7 +57,7 @@ export interface NavigationTreeProps<D = any> {
57
path: string;
58
type: NavigationTreeNodeType;
59
isOpen: boolean;
60
- }) => DropdownMenuItemMixed<D>[];
+ }) => void;
61
getActions?: (path: string, type: NavigationTreeNodeType) => DropdownMenuItemMixed<D>[];
62
renderAdditionalNodeElements?: (
63
path: string,
0 commit comments