UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 238 B
import { VennOptions } from '@spectrum-charts/vega-spec-builder'; import { VennProps } from '../types'; export declare const getVennOptions: ({ children, ...vennProps }: VennProps) => VennOptions; //# sourceMappingURL=vennAdapter.d.ts.map