mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update leaflet.d.ts: TileLayerOptions
subdomains: String or String[]. Description: Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings. Documentation: http://leafletjs.com/reference.html
This commit is contained in:
Vendored
+1
-1
@@ -4091,7 +4091,7 @@ declare namespace L {
|
||||
*
|
||||
* Default value: 'abc'.
|
||||
*/
|
||||
subdomains?: string[];
|
||||
subdomains?: string|string[];
|
||||
|
||||
/**
|
||||
* URL to the tile image to show in place of the tile that failed to load.
|
||||
|
||||
Reference in New Issue
Block a user