Form work
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-08-26 05:35:53 +02:00
parent 7c5a118717
commit e61d8ecae1

View File

@@ -56,3 +56,4 @@ const TestSchema = Schema.Struct({
name: Schema.String name: Schema.String
}) })
declare const form: Form<typeof TestSchema["Type"], typeof TestSchema["Encoded"], typeof TestSchema["Context"]> declare const form: Form<typeof TestSchema["Type"], typeof TestSchema["Encoded"], typeof TestSchema["Context"]>
const t = form.useRef(["name"])