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

12 lines 601 B
import { Table } from '@sage-bionetworks/synapse-types'; export type MissingQueryResultsWarningProps = { entity: Table; versionNumber?: number; }; /** * If possible, this component will render a warning message if results may be missing from the query due to user permissions or * entities being deleted. If not possible, it will render an empty fragment. */ declare function MissingQueryResultsWarning({ entity, }: MissingQueryResultsWarningProps): import("react/jsx-runtime").JSX.Element; export default MissingQueryResultsWarning; //# sourceMappingURL=MissingQueryResultsWarning.d.ts.map