UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

15 lines (14 loc) 278 B
import MaskBase from './base'; /** * @ignore * 圆形辅助框 Action */ declare class CircleMask extends MaskBase { protected shapeType: string; protected getMaskAttrs(): { x: number; y: number; r: number; }; } export default CircleMask;