UNPKG

webr

Version:

The statistical programming language R compiled into WASM for use in a web browser and node.

10 lines (9 loc) 284 B
import React from 'react'; import './Plot.css'; import { PlotInterface } from '../App'; import { WebR } from '../../webR/webr-main'; export declare function Plot({ webR, plotInterface, }: { webR: WebR; plotInterface: PlotInterface; }): React.JSX.Element; export default Plot;