UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 187 B
import { unstable_FormState } from "../FormState"; export declare function shouldShowError<V>({ touched, errors }: Pick<unstable_FormState<V>, "touched" | "errors">, name: any): boolean;