UNPKG

rc-leaflet

Version:
12 lines (11 loc) 364 B
import TileLayer from './Component'; import BMap from './BMap'; import AMap from './AMap'; import OpenStreetMap from './OpenStreetMap'; import GoogleMap from './GoogleMap'; export default class extends TileLayer { static BMap: typeof BMap; static AMap: typeof AMap; static OpenStreetMap: typeof OpenStreetMap; static GoogleMap: typeof GoogleMap; }