update generated code
This commit is contained in:
6
doric-js/lib/src/widget/image.d.ts
vendored
6
doric-js/lib/src/widget/image.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user