mirror of https://gitee.com/antv-l7/antv-l7
feat: 去除点图层多余的类型定义
This commit is contained in:
parent
83f790b056
commit
86c3dd9fec
|
@ -137,9 +137,7 @@ export default class NormalModel extends BaseModel {
|
|||
});
|
||||
}
|
||||
|
||||
private defaultStyleOptions(): Partial<
|
||||
IPointLayerStyleOptions
|
||||
> {
|
||||
private defaultStyleOptions(): Partial<IPointLayerStyleOptions> {
|
||||
return {
|
||||
blend: BlendType.additive,
|
||||
};
|
||||
|
|
|
@ -148,9 +148,7 @@ export default class SimplePointModel extends BaseModel {
|
|||
});
|
||||
}
|
||||
|
||||
private defaultStyleOptions(): Partial<
|
||||
IPointLayerStyleOptions
|
||||
> {
|
||||
private defaultStyleOptions(): Partial<IPointLayerStyleOptions> {
|
||||
return {
|
||||
blend: BlendType.additive,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue