UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (6 loc) 169 B
import type { SymbolType } from '@visactor/vrender-core'; export type ShapeType = SymbolType; export interface IShapeStyle { shape?: ShapeType; size?: number; }