UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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