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