From 6dac695139b259202cfd1231552b94485c670fb7 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Mon, 13 Jan 2025 07:00:54 -0500 Subject: [PATCH] feat(types): Export TileResolution and SpatialFilterPolyfillMode types (#63) --- src/sources/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sources/index.ts b/src/sources/index.ts index 2d2d148..f71100b 100644 --- a/src/sources/index.ts +++ b/src/sources/index.ts @@ -13,8 +13,10 @@ export type { RasterMetadataBand, RasterMetadataBandStats, SourceOptions, + SpatialFilterPolyfillMode, TableSourceOptions, TilejsonResult, + TileResolution, TilesetSourceOptions, VectorLayer, } from './types';