UNPKG

@spaced-out/ui-design-system

Version:
7 lines 305 B
import type { ChartOptions } from '../../types/charts'; /** * This function modifies the the common chart behavior to line chart default behavior. * It will not take userPassed option into account. */ export declare const getLineChartOptions: () => ChartOptions; //# sourceMappingURL=lineChart.d.ts.map