@mappable-world/mappable-types 1.0.15505218 → 1.0.15728622
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.
|
@@ -38,6 +38,6 @@ declare class MMapLayer extends MMapEntity<MMapLayerProps, DefaultProps> {
|
|
|
38
38
|
protected _getDefaultProps(props: MMapLayerProps): DefaultProps;
|
|
39
39
|
protected _onAttach(): void;
|
|
40
40
|
protected _onDetach(): void;
|
|
41
|
-
protected _onUpdate(): void;
|
|
41
|
+
protected _onUpdate(propsDiff: Partial<MMapLayerProps>, oldProps: MMapLayerProps): void;
|
|
42
42
|
}
|
|
43
43
|
export { MMapLayer, MMapLayerProps };
|