update generated code

This commit is contained in:
王劲鹏
2020-04-17 14:21:36 +08:00
committed by osborn
parent afff5b9be0
commit 014ac5b0f1
3 changed files with 1 additions and 12 deletions

View File

@@ -48,12 +48,6 @@ export declare class Image extends View {
width: number;
height: number;
} | undefined) => void;
/**
* Stretch a image according to pointed rect
* Rect contains left, top, right & bottom
* For Android, it is based on nine patch
* For iOS, it is based on cap insets & stretch mode
*/
stretchInset?: {
left: number;
top: number;