synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines • 601 B
TypeScript
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