mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #1025 from flxf/leafletany
Fix leaflet.d.ts, TileLayerOptions.subdomains is flexibly typed
This commit is contained in:
Vendored
+1
-1
@@ -808,7 +808,7 @@ declare module L {
|
||||
* Subdomains of the tile service. Can be passed in the form of one string (where
|
||||
* each letter is a subdomain name) or an array of strings.
|
||||
*/
|
||||
subdomains?: string;
|
||||
subdomains?: any;
|
||||
|
||||
/**
|
||||
* URL to the tile image to show in place of the tile that failed to load.
|
||||
|
||||
Reference in New Issue
Block a user