UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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