UNPKG

@nfdi4plants/arc-web-view

Version:

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

7 lines (6 loc) 230 B
import { ArcTable } from '@nfdi4plants/arctrl'; interface AnnotationTableProps { table: ArcTable; } export default function AnnotationTable({ table }: AnnotationTableProps): import("react/jsx-runtime").JSX.Element; export {};