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 36647c0 commit 4b753d2Copy full SHA for 4b753d2
1 file changed
src/index.d.ts
@@ -335,7 +335,7 @@ declare namespace maplibregl {
335
336
setStyle(style: maplibregl.Style | string, options?: { diff?: boolean; localIdeographFontFamily?: string }): this;
337
338
- setTransformRequest(transformRequest: RequestTransformFunction): void;
+ setTransformRequest(transformRequest: TransformRequestFunction): void;
339
340
getStyle(): maplibregl.Style;
341
0 commit comments