Initial commit
This commit is contained in:
11
src/types/navigation.ts
Normal file
11
src/types/navigation.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface NavItem {
|
||||
name: string;
|
||||
id: string;
|
||||
}
|
||||
|
||||
export interface NavbarProps {
|
||||
navItems: NavItem[];
|
||||
// logoSrc?: string;
|
||||
// logoAlt?: string;
|
||||
brandName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user