UNPKG

292 BTypeScriptView Raw
1import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2export interface FormTextProps extends BsPrefixProps {
3 muted?: boolean;
4}
5declare type FormText = BsPrefixRefForwardingComponent<'small', FormTextProps>;
6declare const FormText: FormText;
7export default FormText;