rangeY.d.ts 190 B

1234
  1. import { MarkComponent as MC } from '../runtime';
  2. import { RangeYMark } from '../spec';
  3. export type RangeYOptions = Omit<RangeYMark, 'type'>;
  4. export declare const RangeY: MC<RangeYOptions>;