UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 299 B
import { ChartPopoverOptions } from '@spectrum-charts/vega-spec-builder'; import { ChartPopoverProps } from '../types'; export declare const getChartPopoverOptions: ({ children: _, ...chartPopoverOptions }: ChartPopoverProps) => ChartPopoverOptions; //# sourceMappingURL=chartPopoverAdapter.d.ts.map