Skip to content

Commit e7526f2

Browse files
astandrikAnton Standrik
andauthored
fix: void toggle return type (#78)
Co-authored-by: Anton Standrik <[email protected]>
1 parent b15b812 commit e7526f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavigationTree/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface NavigationTreeProps<D = any> {
5757
path: string;
5858
type: NavigationTreeNodeType;
5959
isOpen: boolean;
60-
}) => DropdownMenuItemMixed<D>[];
60+
}) => void;
6161
getActions?: (path: string, type: NavigationTreeNodeType) => DropdownMenuItemMixed<D>[];
6262
renderAdditionalNodeElements?: (
6363
path: string,

0 commit comments

Comments
 (0)