Gazebo_simulation-Frontend/node_modules/react-bootstrap/NavbarBrand.d.ts

14 lines
283 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
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;