@nativescript/types-android
Advanced tools
Comparing version 7.3.0 to 8.0.0
declare module org { | ||
module nativescript { | ||
module widgets { | ||
export class Utils { | ||
public static drawBoxShadow(view: android.view.View, value: string): void; | ||
} | ||
export class BoxShadowDrawable { | ||
public constructor(drawable: android.graphics.drawable.Drawable, value: string); | ||
public getWrappedDrawable(): android.graphics.drawable.Drawable; | ||
public toString(): string; | ||
} | ||
export class CustomTransition extends androidx.transition.Visibility { | ||
@@ -5,0 +16,0 @@ constructor(animatorSet: android.animation.AnimatorSet, transitionName: string); |
{ | ||
"name": "@nativescript/types-android", | ||
"version": "7.3.0", | ||
"version": "8.0.0", | ||
"description": "NativeScript Types for Android.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org", |
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
89835360
259508