synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
8 lines (7 loc) • 443 B
TypeScript
/// <reference types="react" />
import { QueryWrapperChildProps, TopLevelControlsState } from './QueryWrapper';
export declare type FullTextSearchProps = Pick<QueryWrapperChildProps, 'executeQueryRequest' | 'getLastQueryRequest'> & {
topLevelControlsState?: Pick<TopLevelControlsState, 'showSearchBar' | 'showFacetFilter'>;
};
export declare function FullTextSearch(props: FullTextSearchProps): JSX.Element;
export default FullTextSearch;