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

    Type Alias FormTextareaProps

    FormTextareaProps: { htmlFor: string; label: string } & ComponentProps<
        typeof Textarea,
    >

    Props for the FormTextarea component.

    Type Declaration

    • htmlFor: string

      The HTML id for the textarea element

    • label: string

      The label text displayed above the textarea

    FormTextarea for the component