UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

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