UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

11 lines 491 B
import { FacetColumnRequest } from '@sage-bionetworks/synapse-types'; import { CSSProperties } from 'react'; export type TotalQueryResultsProps = { style?: CSSProperties; frontText: string; endText?: string; applyChanges?: (newFacets: FacetColumnRequest[]) => void; hideIfUnfiltered?: boolean; }; export default function TotalQueryResultsWithSuspense(props: TotalQueryResultsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TotalQueryResults.d.ts.map