We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7027c2 commit a919f37Copy full SHA for a919f37
packages/maps/src/index.ts
@@ -8,6 +8,8 @@ import MapLibre from './maplibre';
8
import TMap from './tdtmap';
9
import TencentMap from './tmap';
10
import type { MapType } from './types';
11
+
12
+export { default as Viewport } from './lib/web-mercator-viewport';
13
export * from './utils';
14
15
const GaodeMap = GaodeMapNext;
0 commit comments