UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 275 B
import { NavBarProps } from './types'; declare const NavBar: ({ brand, brandSrc, brandStyles, links, linkStyles, btnBackground, btnColor, btnLayout, btnSize, children, navStyles, onLinkClick, }: NavBarProps) => import("react/jsx-runtime").JSX.Element; export default NavBar;