UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

14 lines (9 loc) 283 B
import * as React from 'react'; import { BsPrefixComponent } from './helpers'; export interface NavbarBrandProps { href?: string; } declare class NavbarBrand< As extends React.ElementType = 'a' > extends BsPrefixComponent<As, NavbarBrandProps> {} export default NavbarBrand;