Skip to main content

default

Admin Docs


Function: default()

default(props, deprecatedLegacyContext?): ReactNode

Defined in: src/subComponents/SearchBar.tsx:27

SearchBar component renders a search input with a button. It allows users to enter a search term and triggers a callback on search.

Parameters

props

InterfaceSearchBarProps

The properties for the SearchBar component.

deprecatedLegacyContext?

any

Deprecated

See

React Docs

Returns

ReactNode

The rendered SearchBar component.