@yandex/ymaps3-types
Advanced tools
Comparing version 1.0.15395607 to 1.0.15457591
@@ -24,3 +24,2 @@ import type { Matrix4 } from "./matrix"; | ||
interface RasterLayerImplementation { | ||
destroy(): void; | ||
render(props: RasterLayerImplementationRenderProps): void; | ||
@@ -31,2 +30,3 @@ findObjectInPosition?(coords: { | ||
}): unknown | undefined | null; | ||
destroy?(): void; | ||
} | ||
@@ -33,0 +33,0 @@ interface RasterLayerImplementationConstructorProps { |
{ | ||
"name": "@yandex/ymaps3-types", | ||
"version": "1.0.15395607", | ||
"version": "1.0.15457591", | ||
"description": "Types for ymaps3 maps library", | ||
@@ -5,0 +5,0 @@ "main": "", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173596