UNPKG

react-plot

Version:

Library of React components to render SVG 2D plots.

6 lines 234 B
import type { ReactElement, ReactNode } from 'react'; export interface AnnotationsProps { children: ReactNode; } export declare function Annotations(props: AnnotationsProps): ReactElement; //# sourceMappingURL=Annotations.d.ts.map