Home > @uniformdev/mesh-sdk-react > SearchOnlyProviderProps
SearchOnlyProviderProps type
Signature:
type SearchOnlyProviderProps = Pick<SearchAndFilterProviderProps, 'onSearchChange'> & {
maxWidth?: string;
};
References: SearchAndFilterProviderProps