UNPKG

@faivform/builtin

Version:

Built-in forms using @tuentyfaiv/svelte-form

5 lines (4 loc) 192 B
import type { InferType } from "yup"; declare const schema: import("yup").ObjectSchema<any, import("yup").AnyObject, any, "">; export type ContactValues = InferType<typeof schema>; export {};