UNPKG

205 BTypeScriptView Raw
1/**
2 * @ignore
3 * 从图形数据中获取 shape 类型
4 * @param shapeCfg
5 * @param defaultShapeType
6 * @returns
7 */
8export declare function getShapeType(shapeCfg: any, defaultShapeType: string): string;