UNPKG

316 BTypeScriptView Raw
1import * as React from 'react';
2import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface NavbarTextProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4}
5declare const NavbarText: BsPrefixRefForwardingComponent<'span', NavbarTextProps>;
6export default NavbarText;