UNPKG

@types/react-bootstrap

Version:
8 lines (6 loc) 239 B
import * as React from 'react'; declare namespace NavbarBrand { export type NavbarBrandProps = React.HTMLProps<NavbarBrand>; } declare class NavbarBrand extends React.Component<NavbarBrand.NavbarBrandProps> { } export = NavbarBrand;