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 501 B
import { EntityType } from '@sage-bionetworks/synapse-client'; export type ViewTypeSelectionProps = { onTypeSelected: (type: EntityType, viewTypeMask?: number) => void; }; /** * React component for selecting a View type in the View creation wizard. * Renders UI to show all view types where the user must choose one to continue. */ export default function ViewTypeSelection(props: ViewTypeSelectionProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ViewTypeSelection.d.ts.map