@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
9 lines (8 loc) • 351 B
TypeScript
import type { IGraphicPicker, IGraphicRender } from '@visactor/vrender-core';
import { PickerBase } from '../common/base';
export declare class DefaultMathPathPicker extends PickerBase implements IGraphicPicker {
readonly canvasRenderer: IGraphicRender;
type: string;
numberType: number;
constructor(canvasRenderer: IGraphicRender);
}