Skip to content

Commit 0f1c10d

Browse files
authored
🤖 Merge PR DefinitelyTyped#72946 leaflet.vectorgrid: fix copy/paste error in TileParameters by @simon04
1 parent d44a178 commit 0f1c10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/leaflet.vectorgrid/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module "leaflet" {
1212
type TileParameters = [
1313
tileCoord: TileProps["tileCoord"],
1414
tileSize: TileProps["tileSize"],
15-
options: TileProps["tileSize"],
15+
options: TileProps["options"],
1616
];
1717

1818
type TileFactoryFunction<T extends Canvas.Tile | SVG.Tile> = (...args: TileParameters) => T;

0 commit comments

Comments
 (0)