Skip to content

Commit

Permalink
fix(HeatMap): setzIndex 返回类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Mar 21, 2024
1 parent d77a59e commit 12dd22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/layers/HeatMap.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export declare class HeatMap extends Event {
* 设置图层层级,数字越大图层层级越高
* @param {number} zIndex
*/
setzIndex(zIndex: number): number;
setzIndex(zIndex: number): void;
/**
* 获取图层层级
* @returns {number}
Expand Down

0 comments on commit 12dd22e

Please sign in to comment.