| 12345678 |
- import { MarkComponent as MC } from '../runtime';
- import { VectorMark } from '../spec';
- export type VectorOptions = Omit<VectorMark, 'type'>;
- /**
- * Convert value for each channel to start, end.
- * The angle starts from the X axis(right direction).
- */
- export declare const Vector: MC<VectorOptions>;
|