UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 276 B
import type { JSX } from 'react'; import type { ResolvedNavItem } from '@redocly/config'; export type NavbarItemProps = { navItem: ResolvedNavItem; className?: string; }; export declare function NavbarItem({ navItem, className }: NavbarItemProps): JSX.Element | null;