mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-11 16:07:00 +02:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
export interface NavItem {
|
|
title: string
|
|
href?: string
|
|
disabled?: boolean
|
|
external?: boolean
|
|
} |