UNPKG

331 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface NavbarBrandProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4 href?: string;
5}
6declare const NavbarBrand: BsPrefixRefForwardingComponent<'a', NavbarBrandProps>;
7export default NavbarBrand;