UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 231 B
import { ComponentProps } from '../internals/utils'; export type NavbarBrandProps = ComponentProps; declare const NavbarBrand: import("../internals/types").RsRefForwardingComponent<"a", ComponentProps>; export default NavbarBrand;