NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/data-set/lib/connector/hexjson.d.ts
2023-09-14 14:47:11 +08:00

8 lines
222 B
TypeScript

import { View } from '../view';
export interface Options {
width?: number;
height?: number;
}
declare function HexJSONConnector(data: any[], options: Options, dataView: View): any;
export default HexJSONConnector;