Home > @uniformdev/mesh-sdk-react > ObjectSearchContainerProps
ObjectSearchContainerProps type
Signature:
type ObjectSearchContainerProps = {
label?: string;
enableDynamicInputToResultId?: boolean;
searchFilters: ReactNode;
resultList?: ReactNode;
children?: ReactNode;
};