UNPKG

@nfdi4plants/arc-web-view

Version:

An Annotated Research Context web viewer in the style of GitHub's Primer ProductUI.

7 lines (6 loc) 204 B
import { ARC } from '@nfdi4plants/arctrl'; interface ARCMetadataProps { arc: ARC; } export default function ARCMetadata({ arc }: ARCMetadataProps): import("react/jsx-runtime").JSX.Element; export {};