s-private API Documentation - v3.8.1
    Preparing search index...

    Type Alias FormInputProps

    FormInputProps: { htmlFor: string; label: string } & ComponentProps<
        typeof Input,
    >

    Props for the FormInput component.

    Type Declaration

    • htmlFor: string

      The HTML id for the input element

    • label: string

      The label text displayed above the input

    FormInput for the component