mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 21:13:14 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
import * as L from 'leaflet';
|
|
|
|
const map = L.map('map', {
|
|
center: [51.505, -0.09],
|
|
zoom: 13,
|
|
fullscreenControl: true,
|
|
});
|