UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 247 B
import { LineOptions } from '@spectrum-charts/vega-spec-builder'; import { LineProps } from '../types'; export declare const getLineOptions: ({ children, onClick, ...lineProps }: LineProps) => LineOptions; //# sourceMappingURL=lineAdapter.d.ts.map