Skip to content

Commit e928524

Browse files
authored
[node] Add options parameter to addImage method in Node.js type definitions (#3868)
1 parent 59aca67 commit e928524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/node/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ declare module '@maplibre/maplibre-gl-native' {
156156
/**
157157
* Add image to map's style
158158
*/
159-
addImage: (imageId: string, image: any) => void;
159+
addImage: (imageId: string, image: any, options: any) => void;
160160

161161
/**
162162
* Remove image from map's style

0 commit comments

Comments
 (0)