UNPKG

react-spectrum-charts-capstone-venn

Version:

Declarative library for composing Spectrum visualizations in React.

6 lines 352 B
import { JSXElementConstructor, ReactElement } from 'react'; import { ScatterPathOptions } from '@spectrum-charts/vega-spec-builder'; export interface ScatterPathProps extends ScatterPathOptions { } export type ScatterPathElement = ReactElement<ScatterPathProps, JSXElementConstructor<ScatterPathProps>>; //# sourceMappingURL=scatterPath.types.d.ts.map