UNPKG

@orca-fe/x-map

Version:
23 lines (22 loc) 434 B
declare const _default: ({ type: string; properties: { name: string; location: number[]; }; geometry: { type: string; coordinates: number[][][]; }; } | { type: string; properties: { name: string; location: number[]; }; geometry: { type: string; coordinates: number[][][][]; }; })[]; export default _default;