UNPKG

hh-ui-components

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