UNPKG

@alicloud/cloud-charts

Version:

![](https://img.shields.io/npm/v/@alicloud/cloud-charts?color=%23ff8200)

12 lines (11 loc) 358 B
import { View } from '@antv/g2/esm/core'; import DimRect from '@antv/g2/esm/interaction/action/mask/dim-rect'; export declare function activeRegionWithTheme(view: View): void; export declare class NoCaptureDimRect extends DimRect { protected getMaskAttrs(): { x: number; y: number; width: number; height: number; }; }