UNPKG

@nfdi4plants/arc-web-view

Version:

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

8 lines (7 loc) 293 B
interface AppProps { jsonString?: () => Promise<string>; readmefetch?: () => Promise<string>; licensefetch?: () => Promise<string>; } declare function App({ jsonString: outerJson, readmefetch, licensefetch }: AppProps): import("react/jsx-runtime").JSX.Element; export default App;