bbl-mapbox-react 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/MeasureControl.d.ts +5 -2
- package/dist/index.cjs +7 -7
- package/dist/index.mjs +323 -297
- package/dist/types.d.ts +0 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -962,8 +962,6 @@ export interface RoadHighlightControlConfig {
|
|
|
962
962
|
export interface MeasureControlConfig {
|
|
963
963
|
/** 是否启用,默认 true */
|
|
964
964
|
enabled?: boolean;
|
|
965
|
-
/** 默认 entityConfig(showArea/showLength/showRadius 初始值) */
|
|
966
|
-
defaultEntityConfig?: EntityConfig;
|
|
967
965
|
/** 自定义类名 */
|
|
968
966
|
className?: string;
|
|
969
967
|
/** 自定义样式 */
|