- import { Params } from '../../../core/adaptor';
- import { GeometryOption } from '../types';
- /**
- * 绘制单个图形
- * @param params
- */
- export declare function drawSingleGeometry<O extends {
- xField: string;
- yField: string;
- geometryOption: GeometryOption;
- }>(params: Params<O>): Params<O>;
|