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

4 lines
153 B
TypeScript

import { View } from '../view';
declare function GeoJSONConnector(data: any, _options: undefined, dataView: View): any;
export default GeoJSONConnector;