UNPKG

@moderntribe/wme-ui

Version:

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

9 lines 418 B
import type React from 'react'; import type { PropsWithChildren } from 'react'; import { FormHelperTextProps } from '@mui/material'; interface InputHelperTextProps extends FormHelperTextProps { onClick?: React.MouseEventHandler<HTMLParagraphElement>; } declare const InputHelperText: React.FC<PropsWithChildren<InputHelperTextProps>>; export default InputHelperText; //# sourceMappingURL=input-helper-text.d.ts.map