time.d.ts 112 B

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