UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

12 lines (11 loc) 255 B
import { Region } from '../../../interface'; import RectMask from './rect'; /** * @ignore */ declare class DimRect extends RectMask { protected dim: string; protected inPlot: boolean; protected getRegion(): Region; } export default DimRect;