lineX.d.ts 185 B

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