mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 02:29:40 +02:00
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
import React from 'react';
|
|
import './Plot.css';
|
|
import { PlotInterface } from '../App';
|
|
export declare function Plot({ plotInterface, }: {
|
|
plotInterface: PlotInterface;
|
|
}): React.JSX.Element;
|
|
export default Plot;
|