UNPKG

@visactor/vrender-kits

Version:

```typescript import { xxx } from '@visactor/vrender-kits'; ```

8 lines (7 loc) 318 B
import type { IPoint } from '@visactor/vutils'; import type { IGraphicPicker, IPickParams, IText } from '@visactor/vrender-core'; export declare class DefaultMathTextPicker implements IGraphicPicker { type: string; numberType: number; contains(text: IText, point: IPoint, params?: IPickParams): boolean; }