This commit is contained in:
@@ -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"])
|
||||||
|
|||||||
Reference in New Issue
Block a user