UNPKG

624 BTypeScriptView Raw
1import { Color } from '../../../../color';
2export * from './view-helper-common';
3export declare const IOSHelper = 0;
4export declare class AndroidHelper {
5 static getDrawableColor(drawable: android.graphics.drawable.Drawable): Color;
6 static setDrawableColor(color: number, drawable: android.graphics.drawable.Drawable, blendMode?: androidx.core.graphics.BlendModeCompat): void;
7 static clearDrawableColor(drawable: android.graphics.drawable.Drawable): void;
8 static getCopyOrDrawable(drawable: android.graphics.drawable.Drawable, resources?: android.content.res.Resources): android.graphics.drawable.Drawable;
9}