Skip to content

Interface: QuickSearchInputProps

Defined in: src/components/QuickSearchInput.tsx:5

Props for <QuickSearchInput> — debounced search box wired to useQuickSearch.

Properties

onChange

onChange: (value) => void

Defined in: src/components/QuickSearchInput.tsx:7

Parameters

value

string

Returns

void


onClear

onClear: () => void

Defined in: src/components/QuickSearchInput.tsx:8

Returns

void


placeholder?

optional placeholder?: string

Defined in: src/components/QuickSearchInput.tsx:9


value

value: string

Defined in: src/components/QuickSearchInput.tsx:6