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

13 lines 556 B
export type PortalDOIProps = { /** The ID of the portal created with https://rest-docs.synapse.org/rest/POST/portal.html */ portalId: string; /** The ID of the resource. For Portals, this is a string that serializes the resourceType and all key information for * the resource */ resourceId: string; }; /** * Component used to view/create/edit a DOI for a portal resource. */ declare function PortalDOI(props: PortalDOIProps): import("react/jsx-runtime").JSX.Element; export default PortalDOI; //# sourceMappingURL=PortalDOI.d.ts.map