mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
feat(core): box-shadow support (#9161)
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
declare module org {
|
||||
module nativescript {
|
||||
module widgets {
|
||||
|
||||
export class Utils {
|
||||
public static drawBoxShadow(view: android.view.View, value: string);
|
||||
}
|
||||
|
||||
export class CustomTransition extends androidx.transition.Visibility {
|
||||
constructor(animatorSet: android.animation.AnimatorSet, transitionName: string);
|
||||
public setResetOnTransitionEnd(resetOnTransitionEnd: boolean): void;
|
||||
|
Reference in New Issue
Block a user