fix: mapconfig

This commit is contained in:
thinkinggis 2020-02-12 15:51:09 +08:00
parent 924fd1337c
commit 469df4e7a2
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ export interface IMapConfig<RawMap = {}> {
maxZoom?: number;
attributionControl?: boolean;
[key: string]: any;
}
/**