Interface InputMeta<A, B>

Type Parameters

  • A

  • B

Hierarchy

  • InputMeta

Properties

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

Type declaration

Generated using TypeDoc