0.1.4 #5

Merged
Thilawyn merged 67 commits from next into master 2025-10-02 18:18:23 +02:00
Showing only changes of commit e61d8ecae1 - Show all commits

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"])