UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

3 lines (2 loc) 164 B
import { NavbarProps } from './interface'; export declare function Navbar({ theme, RouterLink, ...props }: NavbarProps): import("react/jsx-runtime").JSX.Element;