Skip to content

Commit 1d2af74

Browse files
committed
chore: typings fix
1 parent 0a11981 commit 1d2af74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/vector.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export interface CartoOfflineVectorTileLayerOptions extends VectorTileLayerOptio
8282
}
8383

8484
export interface ClusteredVectorLayerLayerOptions extends VectorTileLayerOptions {
85-
dataSource: TileDataSource<any, any>;
85+
dataSource: VectorDataSource<any, any>;
8686
builder: ClusterElementBuilder<any, any>;
8787
minimumClusterDistance?: number;
8888
maximumClusterZoom?: number;

0 commit comments

Comments
 (0)