mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 19:42:46 +08:00
[proj4leaflet] fix import
This commit is contained in:
2
types/proj4leaflet/index.d.ts
vendored
2
types/proj4leaflet/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: BendingBender <https://github.com/BendingBender>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import * as proj4 from "../proj4";
|
||||
import * as proj4 from "proj4";
|
||||
import * as Leaflet from "leaflet";
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user