Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextareaUIProps

notexported

Hierarchy

  • TextareaSharedProps
    • TextareaUIProps

Index

Properties

autoFocus?: boolean
className?: string
clearable?: boolean
id?: string
name: string
onFocus?: FocusEventHandler<Element>
placeholder?: string
value?: string
clear: MouseEventHandler<HTMLDivElement>
onChange: ChangeEventHandler<HTMLTextAreaElement>

Generated using TypeDoc