Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputUIProps

notexported

Hierarchy

  • InputSharedProps
    • InputUIProps

Index

Properties

autoFocus?: boolean
className?: string
clearable?: boolean
error?: string
icon?: ReactNode
id?: string
inputRef?: Ref<HTMLInputElement>
name: string
onBlur?: FocusEventHandler<Element>
onFocus?: FocusEventHandler<Element>
placeholder?: string
type?: string
value?: string
clear: MouseEventHandler<HTMLDivElement>
onChange: ChangeEventHandler<HTMLInputElement>

Generated using TypeDoc