@adobe/react-spectrum-charts
Version:
Declarative library for composing Spectrum visualizations in React.
4 lines • 299 B
TypeScript
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