{props.customSearch !== undefined ? props.customSearch : searchInput}
{props.additionalSearch}
{filterChips}
{expandToggle}
{expanded && hasExpandable && (
{props.expandable}
)}
{props.leftActions}
{props.preActions}
{resetButton}
{searchButton}
{viewToggleNode}
{viewOptionsNode}
)
}
return (
{props.customSearch !== undefined ? props.customSearch : searchInput}
{props.additionalSearch}
{filterChips}
{expanded && hasExpandable && props.expandable}
{props.preActions}
{resetButton}
{searchButton}
{viewToggleNode}
{viewOptionsNode}
{expandToggle}
)
}