UNPKG

@nfdi4plants/arc-web-view

Version:

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

9 lines (8 loc) 174 B
declare global { interface Window { arcwebview: { getROCJson: () => Promise<string>; }; } } export { default as WebViewer } from './App';