UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

8 lines 340 B
import type React from 'react'; import { FormHelperTextProps as MuiFormHelperTextProps } from '@mui/material'; interface FormHelperTextProps extends MuiFormHelperTextProps { onClick?: () => void; } declare const FormHelperText: React.FC<FormHelperTextProps>; export default FormHelperText; //# sourceMappingURL=form-helper-text.d.ts.map