mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 15:29:11 +00:00
feat: reworked page and components
This commit is contained in:
parent
23bdd5aa94
commit
62656fa963
8 changed files with 175 additions and 113 deletions
11
types/index.d.ts
vendored
Normal file
11
types/index.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
export type NavItem = {
|
||||
title: string;
|
||||
href: string;
|
||||
disabled?: boolean;
|
||||
};
|
||||
|
||||
export type MainNavItem = NavItem;
|
||||
|
||||
export type NavigationConfig = {
|
||||
mainNav: MainNavItem[];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue