rangeX.d.ts 190 B

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