UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

8 lines (7 loc) 443 B
/// <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;