UNPKG

325 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface FormTextProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4 muted?: boolean;
5}
6declare const FormText: BsPrefixRefForwardingComponent<'small', FormTextProps>;
7export default FormText;