updated to use 'separator' instead of string

This commit is contained in:
Travis Lane
2023-03-22 20:17:58 -05:00
committed by GitHub
parent 419835204e
commit 1a34501868

View File

@@ -16,7 +16,7 @@ export interface SidebarNavigationPage {
export interface SidebarNavigationProps {
title?: string;
pages: (SidebarNavigationPage|string)[];
pages: (SidebarNavigationPage | 'separator')[];
showTitle?: boolean;
disableRouteReporting?: boolean;
page?: string;