MCPcopy
hub / github.com/adrianhajdin/banking / CustomInput

Interface CustomInput

components/CustomInput.tsx:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const formSchema = authFormSchema('sign-up')
10
11interface CustomInput {
12 control: Control<z.infer<typeof formSchema>>,
13 name: FieldPath<z.infer<typeof formSchema>>,
14 label: string,
15 placeholder: string
16}
17
18const CustomInput = ({ control, name, label, placeholder }: CustomInput) => {
19 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected