diff --git a/modules/geo-layers/src/geohash-layer/geohash-layer.ts b/modules/geo-layers/src/geohash-layer/geohash-layer.ts index eaa58fcdf3a..104c4503e64 100644 --- a/modules/geo-layers/src/geohash-layer/geohash-layer.ts +++ b/modules/geo-layers/src/geohash-layer/geohash-layer.ts @@ -9,7 +9,7 @@ const defaultProps: DefaultProps = { /** * Properties of `GeohashLayer`. */ -type GeohashLayerProps = { +export type GeohashLayerProps = { /** * Called for each data object to retrieve the geohash string identifier. * diff --git a/modules/geo-layers/src/index.ts b/modules/geo-layers/src/index.ts index 639a29e265f..ed066ffa4ee 100644 --- a/modules/geo-layers/src/index.ts +++ b/modules/geo-layers/src/index.ts @@ -47,6 +47,7 @@ export type {TerrainLayerProps} from './terrain-layer/terrain-layer'; export type {Tile3DLayerProps} from './tile-3d-layer/tile-3d-layer'; export type {MVTLayerProps, MVTLayerPickingInfo} from './mvt-layer/mvt-layer'; export type {GeoCellLayerProps as _GeoCellLayerProps} from './geo-cell-layer/GeoCellLayer'; +export type {GeohashLayerProps} from './geohash-layer/geohash-layer'; // Tileset2D