Skip to main content

Type Alias: SearchProps

SearchProps = Omit<InputProps, "onChange"> & object

Defined in: Search/Search.tsx:5

Type Declaration

debounce?

optional debounce?: number

loading?

optional loading?: boolean

onChange

onChange: (value?) => void

Parameters

ParameterType
value?InputProps["value"]

Returns

void