UNPKG

@synergy-design-system/components

Version:
8 lines (7 loc) 272 B
import * as axes from '../axes/presets.js'; /** * Namespace containing all chart config preset functions. * * Each function accepts options and returns a `ConfigModifier` that can be applied to a chart configuration. */ export declare const ChartPresets: typeof axes;