UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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