This commit is contained in:
@@ -11,18 +11,18 @@ import {
|
||||
SheetTitle,
|
||||
SheetTrigger,
|
||||
} from "@/components/ui/sheet";
|
||||
import type { RootNavItem } from "@/lib/root-navigation";
|
||||
import type { AdminNavItem } from "@/lib/admin-navigation";
|
||||
|
||||
type DashboardLayoutProps = {
|
||||
title: string;
|
||||
description: string;
|
||||
icon?: LucideIcon;
|
||||
items: RootNavItem[];
|
||||
items: AdminNavItem[];
|
||||
sidebarIconSrc?: string;
|
||||
sidebarBrandHref?: string;
|
||||
sidebarBrandHoverLabel?: string;
|
||||
sidebarTop?: ReactNode;
|
||||
sidebarFooterItems?: RootNavItem[];
|
||||
sidebarFooterItems?: AdminNavItem[];
|
||||
sidebarFooter?: ReactNode;
|
||||
headerActions?: ReactNode;
|
||||
children: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user