Repository URL to install this package:
import { TextBoxProps, TextBoxState } from '../typings'; export declare function toErrorProps(props: TextBoxProps, state: TextBoxState): { hasError: any; errorMessage: any; };