Fix the build
This commit is contained in:
parent
e42a668c4a
commit
0b57042de1
10 changed files with 62 additions and 41 deletions
4
Models/LeafletMap.ts
Normal file
4
Models/LeafletMap.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default interface LeafletMap {
|
||||
|
||||
getBounds(): [[number, number], [number, number]];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue