UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines (8 loc) 205 B
/** * @ignore * 从图形数据中获取 shape 类型 * @param shapeCfg * @param defaultShapeType * @returns */ export declare function getShapeType(shapeCfg: any, defaultShapeType: string): string;