Interface TextAreaMeta<A, B>

Type Parameters

  • A

  • B

Hierarchy

  • TextAreaMeta

Properties

attributes?: Partial<TextareaHTMLAttributes<HTMLTextAreaElement>>
init: A
name: string
validate: ((a) => Validation<string, B>)

Type declaration

Generated using TypeDoc