UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

8 lines (7 loc) 325 B
import * as React from 'react'; import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface FormTextProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> { muted?: boolean; } declare const FormText: BsPrefixRefForwardingComponent<'small', FormTextProps>; export default FormText;