src/components/navbar-2/types.ts/*** TypeScript type definitions for the navbar component system*//*** Dropdown menu item structure*/export interface DropdownItem {name: stringdescription: stringhref: stringicon: { body: string; width?: number; height?: number }}/*** Navigation link structure with optional dropdown*/export interface NavLink {href: stringlabel: string
Showing the first 20 lines.
Get full code