UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

5 lines 190 B
import { FC } from 'react'; import { ScatterPathProps } from '../../types'; declare const ScatterPath: FC<ScatterPathProps>; export { ScatterPath }; //# sourceMappingURL=ScatterPath.d.ts.map