Skip to content

Commit

Permalink
fix: 未导出 LabelsLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Apr 17, 2024
1 parent 22fc37d commit 39a14cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
DistrictLayerOptions,
} from './layers/DistrictLayer';
import { VectorLayer, VectorLayerOption } from './layers/VectorLayer';
import { LabelsLayer, LabelsLayerOption } from './layers/LabelsLayer';
import { CustomLayer, CustomLayerOption } from './layers/CustomLayer';
import { ImageLayer, ImageLayerOption } from './layers/ImageLayer';
import { CanvasLayer, CanvasLayerOption } from './layers/CanvasLayer';
Expand Down Expand Up @@ -216,6 +217,8 @@ declare global {
// 自有数据图层
VectorLayer,
type VectorLayerOption,
LabelsLayer,
type LabelsLayerOption,
CustomLayer,
type CustomLayerOption,
ImageLayer,
Expand Down

0 comments on commit 39a14cf

Please sign in to comment.