We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44a178 commit 0f1c10dCopy full SHA for 0f1c10d
‎types/leaflet.vectorgrid/index.d.ts‎
@@ -12,7 +12,7 @@ declare module "leaflet" {
12
type TileParameters = [
13
tileCoord: TileProps["tileCoord"],
14
tileSize: TileProps["tileSize"],
15
- options: TileProps["tileSize"],
+ options: TileProps["options"],
16
];
17
18
type TileFactoryFunction<T extends Canvas.Tile | SVG.Tile> = (...args: TileParameters) => T;
0 commit comments