Add button to create a newinvoice directly from within the sidebar
This commit is contained in:
Vendored
+8
@@ -24,7 +24,15 @@ export interface NavItem {
|
||||
icon?: LucideIcon;
|
||||
color?: string;
|
||||
isActive?: boolean;
|
||||
action?: NavAction
|
||||
}
|
||||
export interface NavAction {
|
||||
title: string;
|
||||
href: NonNullable<InertiaLinkProps['href']>;
|
||||
icon?: LucideIcon;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
|
||||
export type AppPageProps<T extends Record<string, unknown> = Record<string, unknown>> = T & {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user