UNPKG

@nfdi4plants/arc-web-view

Version:

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

7 lines (6 loc) 210 B
import { ArcRun } from '@nfdi4plants/arctrl'; interface RunMetadataProps { run: ArcRun; } export default function RunMetadata({ run }: RunMetadataProps): import("react/jsx-runtime").JSX.Element; export {};