UNPKG

468 BTypeScriptView Raw
1import { IGroup, IShape } from '../../../dependents';
2import { ShapeInfo } from '../../../interface';
3export declare const SHAPES: string[];
4export declare const HOLLOW_SHAPES: string[];
5/**
6 * @ignore
7 * Draws points
8 * @param shape
9 * @param cfg
10 * @param container
11 * @param shapeName
12 * @param isStroke
13 * @returns points
14 */
15export declare function drawPoints(shape: any, cfg: ShapeInfo, container: IGroup, shapeName: string, isStroke: boolean): IShape | IGroup;