@adobe/react-spectrum-charts
Version:
Declarative library for composing Spectrum visualizations in React.
4 lines • 322 B
TypeScript
import { LineOptions } from '@spectrum-charts/vega-spec-builder';
import { LineProps } from '../types';
export declare const getLineOptions: ({ children, contextMenuMode: _contextMenuMode, onClick, onContextMenu, onMouseOver, onMouseOut, ...lineProps }: LineProps) => LineOptions;
//# sourceMappingURL=lineAdapter.d.ts.map