Skip to content

Commit

Permalink
【ci】fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Apr 19, 2024
1 parent c9c10fb commit b2ec319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/mapboxgl/web-map/WebMapViewModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ export default class WebMapViewModel extends Events {

protected webMapService: WebMapService;

eventTypes: string[];

triggerEvent: (name: string, ...rest: any) => any;

on: (data: Record<string, (...rest: any) => void>) => void;

constructor(
id: string | number | Object,
options: webMapOptions = {},
Expand Down

0 comments on commit b2ec319

Please sign in to comment.