UNPKG

chartist

Version:

Simple, responsive charts

5 lines 284 B
import type { AutoScaleAxis } from './AutoScaleAxis'; import type { FixedScaleAxis } from './FixedScaleAxis'; import type { StepAxis } from './StepAxis'; export declare type AxisType = typeof AutoScaleAxis | typeof FixedScaleAxis | typeof StepAxis; //# sourceMappingURL=types.d.ts.map