constant.d.ts 154 B

1234
  1. export declare const DEFAULT_Y = 0;
  2. export declare const MARGIN_RATIO: number;
  3. export declare const DODGE_RATIO: number;
  4. export declare const GAP = 0.05;