Skip to content

Commit

Permalink
chore: add type
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-sienkiewicz-asi committed Mar 14, 2024
1 parent 6bc5827 commit 610d483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/mapbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ const turnstileEvent_ = new TurnstileEvent();
// $FlowFixMe[method-unbinding]
export const postTurnstileEvent: (tileUrls: Array<string>, customAccessToken?: ?string) => void = turnstileEvent_.postTurnstileEvent.bind(turnstileEvent_);

export const mapLoadEvent = new MapLoadEvent();
export const mapLoadEvent: MapLoadEvent = new MapLoadEvent();
// $FlowFixMe[method-unbinding]
export const postMapLoadEvent: (number, string, ?string, EventCallback) => void = mapLoadEvent.postMapLoadEvent.bind(mapLoadEvent);

Expand Down

0 comments on commit 610d483

Please sign in to comment.