init
This commit is contained in:
commit
a04776256d
56 changed files with 6808 additions and 0 deletions
6
types/nav.ts
Normal file
6
types/nav.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export interface NavItem {
|
||||
title: string;
|
||||
href?: string;
|
||||
disabled?: boolean;
|
||||
external?: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue