d3-linear.d.ts 112 B

12
  1. import { ScaleConfig } from '../types';
  2. export default function d3LinearTickMethod(cfg: ScaleConfig): number[];