GoScrobble/web/node_modules/reactstrap/es/NavbarBrand.d.ts

13 lines
338 B
TypeScript

import * as React from 'react';
import { CSSModule } from './index';
export interface NavbarBrandProps
extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
[key: string]: any;
tag?: React.ElementType;
cssModule?: CSSModule;
}
declare class NavbarBrand extends React.Component<NavbarBrandProps> {}
export default NavbarBrand;