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

10 lines 589 B
import { PlatformInstructionProps } from './ExternalAnalysisPlatformsConstants'; export type ExportToAnalysisPlatformDialogProps = { platformInstructionProps: PlatformInstructionProps; }; /** * Dialog used to guide the user through sending data to an external analysis platform. Currently configured to work with * the table query data and selection stored in the QueryContext. */ export default function ExportToAnalysisPlatformDialog(props: ExportToAnalysisPlatformDialogProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExportToAnalysisPlatformDialog.d.ts.map