UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 298 B
import { LegendOptions } from '@spectrum-charts/vega-spec-builder'; import { LegendProps } from '../types'; export declare const getLegendOptions: ({ children, titleLimit, onClick, onMouseOut, onMouseOver, ...legendProps }: LegendProps) => LegendOptions; //# sourceMappingURL=legendAdapter.d.ts.map