Skip to main content

default

Admin Docs


Function: default()

default(props, deprecatedLegacyContext?): ReactNode

Defined in: src/subComponents/SortingButton.tsx:43

SortingButton component renders a Dropdown with sorting options. It allows users to select a sorting option and triggers a callback on selection.

Parameters

props

InterfaceSortingButtonProps

The properties for the SortingButton component.

deprecatedLegacyContext?

any

Deprecated

See

React Docs

Returns

ReactNode

The rendered SortingButton component.