We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ba44c commit 13435bcCopy full SHA for 13435bc
apps/docs2/src/content/docs/form/state.mdx
@@ -17,7 +17,6 @@ export type FieldsValidation = Task<
17
unknown
18
>;
19
20
-export interface FormState<T>
21
export interface FormState<T> {
22
readonly submission: FormSubmission<T>;
23
readonly fieldsValidation: FieldsValidation;
0 commit comments