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