Skip to content

Commit 1f47d35

Browse files
committed
chore: typings fix
1 parent 1394fc3 commit 1f47d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ui-canvas/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,9 @@ export class RadialGradient extends android.graphics.RadialGradient {
249249
export class LinearGradient extends android.graphics.LinearGradient {
250250
constructor(param0: number, param1: number, param2: number, param3: number, param4: any, param5: any, param6: TileMode);
251251
}
252-
export class BitmapShader extends android.graphics.BitmapShader {}
252+
export class BitmapShader extends android.graphics.BitmapShader {
253+
constructor(image: ImageSource, tileX, tileY);
254+
}
253255
export class TileMode extends android.graphics.Shader.TileMode {}
254256
export class Path {
255257
computeBounds(rect: RectF, exact: boolean);

0 commit comments

Comments
 (0)