UNPKG

hh-ui-components

Version:
7 lines (6 loc) 154 B
import React from "react"; export interface NavItemProps { label?: string; href?: string; } export declare const NavItem: React.FC<NavItemProps>;