📄 NavbarText.d.ts
/home/palash/git/site/node_modules/react-bootstrap/esm/NavbarText.d.ts
Language: ts • Lines: 6
import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface NavbarTextProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const NavbarText: BsPrefixRefForwardingComponent<'span', NavbarTextProps>;
export default NavbarText;