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

    Type Alias FormFileInputProps

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

    Props for the FormFileInput component.

    Type Declaration

    • htmlFor: string

      The HTML id for the input element

    • label: string

      The label text displayed above the file input

    FormFileInput for the component