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

11 lines 527 B
import { CurationTask } from '@sage-bionetworks/synapse-client'; /** * Handles rendering the 'Actions' cell in the Metadata Task table, which provides buttons for the user * to accomplish the actions they can take on a Metadata Task, such as opening a data grid for the entity referenced * by the task. */ export default function MetadataTaskTableActionCell(props: { curationTask: CurationTask; canEdit: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MetadataTaskTableActionCell.d.ts.map