UNPKG

304 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2export interface NavbarBrandProps extends BsPrefixProps {
3 href?: string;
4}
5declare type NavbarBrand = BsPrefixRefForwardingComponent<'a', NavbarBrandProps>;
6declare const NavbarBrand: NavbarBrand;
7export default NavbarBrand;