mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-23 03:18:48 +02:00
fix(SidebarNavigation): change title to ReactNode type (#117)
This commit is contained in:
@@ -16,7 +16,7 @@ export interface SidebarNavigationPage {
|
||||
}
|
||||
|
||||
export interface SidebarNavigationProps {
|
||||
title?: string;
|
||||
title?: ReactNode;
|
||||
pages: (SidebarNavigationPage | 'separator')[];
|
||||
showTitle?: boolean;
|
||||
disableRouteReporting?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user