Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/react-bootstrap/esm/NavbarBrand.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface NavbarBrandProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
    href?: string;
}
declare const NavbarBrand: BsPrefixRefForwardingComponent<'a', NavbarBrandProps>;
export default NavbarBrand;
Back to Directory File Manager