UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

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