Skip to content

Commit

Permalink
fix(mark): delete ava type (#5782)
Browse files Browse the repository at this point in the history
Co-authored-by: chenrui <[email protected]>
  • Loading branch information
Gavinchen92 and chenrui authored Nov 10, 2023
1 parent 45c0b14 commit dc4a511
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/spec/mark.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { AdviseParams } from '@antv/ava';
import { MarkComponent } from '../runtime';
import { Encode } from './encode';
import { Transform } from './transform';
Expand All @@ -19,7 +18,6 @@ import {
import { Closeable, Literal2Object, Padding } from './utils';

export type Mark =
| AutoMark
| IntervalMark
| RectMark
| LineMark
Expand Down Expand Up @@ -394,4 +392,3 @@ export type HeatmapMark = BaseMark<'heatmap'>;
export type LiquidMark = BaseMark<'liquid'>;

export type CustomMark = BaseMark<MarkComponent, ChannelTypes>;
export type AutoMark = BaseMark<'auto'> & AdviseParams;

0 comments on commit dc4a511

Please sign in to comment.