UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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