Skip to content

Commit a919f37

Browse files
GeoDaoyuzhanggy
andauthored
fix: export Viewport for L7-leaflet (#2747)
Co-authored-by: zhanggy <[email protected]>
1 parent d7027c2 commit a919f37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/maps/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import MapLibre from './maplibre';
88
import TMap from './tdtmap';
99
import TencentMap from './tmap';
1010
import type { MapType } from './types';
11+
12+
export { default as Viewport } from './lib/web-mercator-viewport';
1113
export * from './utils';
1214

1315
const GaodeMap = GaodeMapNext;

0 commit comments

Comments
 (0)