UNPKG

@adobe/react-spectrum-charts

Version:

Declarative library for composing Spectrum visualizations in React.

4 lines 252 B
import { BulletOptions } from '@spectrum-charts/vega-spec-builder'; import { BulletProps } from '../types'; export declare const getBulletOptions: ({ children, ...bulletProps }: BulletProps) => BulletOptions; //# sourceMappingURL=bulletAdapter.d.ts.map