fix(SW-1446): optionally render empty state
This commit is contained in:
@@ -3,4 +3,5 @@ import type { ClientProps } from "./client"
|
||||
export type ResultsProps = Pick<ClientProps, "onAction"> & {
|
||||
results: NonNullable<ClientProps["results"]>
|
||||
"aria-label": string
|
||||
renderEmptyState?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user