tcce-design-system-test 0.3.16 → 0.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -612,6 +612,7 @@ export declare interface LayoutProps extends SidebarProps {
612
612
  notificationCount?: number;
613
613
  onNotificationClick?: () => void;
614
614
  onUserProfileClick?: () => void;
615
+ onNavigate?: (href: string) => void;
615
616
  onLogout?: () => void;
616
617
  userMenuItems?: UserMenuItem[];
617
618
  contentClassName?: string;