Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/react-bootstrap/esm/NavbarText.d.ts

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;
Back to Directory File Manager