lineY.d.ts 185 B

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