Files
est-frame/node_modules/react-bootstrap/cjs/NavbarBrand.d.ts
2025-10-22 05:38:27 +00:00

8 lines
331 B
TypeScript
Executable File

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;