UNPKG

239 BTypeScriptView Raw
1import * as React from 'react';
2
3declare namespace NavbarBrand {
4 export type NavbarBrandProps = React.HTMLProps<NavbarBrand>;
5}
6declare class NavbarBrand extends React.Component<NavbarBrand.NavbarBrandProps> { }
7export = NavbarBrand;