* Determines the validation nonce. * @public
| 144 | * @public |
| 145 | */ |
| 146 | interface FormKitValidationState { |
| 147 | input: string | null |
| 148 | rerun: number | null |
| 149 | isPassing: boolean |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * The arguments that are passed to the validation messages in the i18n plugin. |
nothing calls this directly
no outgoing calls
no test coverage detected