brushXHighlight.d.ts 340 B

1234567
  1. export declare function brushXRegion(x: any, y: any, x1: any, y1: any, extent: any): any[];
  2. export declare function BrushXHighlight(options: any): (target: any, viewInstances: any, emitter: any) => {
  3. mask: any;
  4. move(x: any, y: any, x1: any, y1: any, emit?: boolean): void;
  5. remove(): void;
  6. destroy(): void;
  7. } | (() => void);