UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 245 B
import { DonutOptions } from '@spectrum-charts/vega-spec-builder'; import { DonutProps } from '../types'; export declare const getDonutOptions: ({ children, ...donutProps }: DonutProps) => DonutOptions; //# sourceMappingURL=donutAdapter.d.ts.map