Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomSearchProps

Hierarchy

  • CustomSearchProps

Index

Properties

Optional className

className: string

placeholder

placeholder: string

Optional style

style: CSSProperties

Methods

Optional onChange

  • onChange(value: string): void
  • Parameters

    • value: string

    Returns void

Optional onKeyDown

  • onKeyDown(e: KeyboardEvent<HTMLButtonElement>): void
  • Parameters

    • e: KeyboardEvent<HTMLButtonElement>

    Returns void