UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 273 B
import { TrendlineOptions } from '@spectrum-charts/vega-spec-builder'; import { TrendlineProps } from '../types'; export declare const getTrendlineOptions: ({ children, ...trendlineProps }: TrendlineProps) => TrendlineOptions; //# sourceMappingURL=trendlineAdapter.d.ts.map