UNPKG
@twilio-paste/paste-reakit-fork
Version:
latest (1.4.1)
1.4.1
Forked Reakit that addresses SSR hydration issues
twilio-labs/paste-reakit
@twilio-paste/paste-reakit-fork
/
ts
/
Form
/
__utils
/
shouldShowMessage.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
import
{ unstable_FormState }
from
"../FormState"
;
export
declare
function
shouldShowMessage<V>({ touched, messages }:
Pick
<unstable_FormState<V>,
"touched"
|
"messages"
>,
name
:
any
):
boolean
;