UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

10 lines (9 loc) 285 B
import { FormHelperTextProps } from '@material-ui/core/FormHelperText'; import { State } from '../Input/Input.props'; export interface IFormHelperTextProps extends FormHelperTextProps { /** * @optional * @type "error" | "success" | undefined */ state?: State; }