UNPKG

@nfdi4plants/arc-web-view

Version:

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

14 lines (13 loc) 522 B
import { Person, Publication } from '@nfdi4plants/arctrl'; export declare function MetadataField({ exists, label, children, as }: { exists: boolean; label: string; children: React.ReactNode; as?: any; }): import("react/jsx-runtime").JSX.Element; export declare function PersonsField({ persons }: { persons: Person[]; }): import("react/jsx-runtime").JSX.Element; export declare function PublicationsField({ publications }: { publications: Publication[]; }): import("react/jsx-runtime").JSX.Element;