SearchResultItemComposable
fun SearchResultItemComposable(state: SearchResultItemState, content: SearchResultItemContent = DefaultSearchResultItemContent)
A composable function that renders a single item in the search results list.
This component displays information about a directory object using the provided state and a customizable content configuration for its subcomponents.
Parameters
state
The state containing data required to render this UI component.
content
The content configuration that defines how each part of the item is rendered.