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

6
doric-js/index.d.ts vendored
View File

@ -486,12 +486,6 @@ declare module 'doric/lib/src/widget/image' {
width: number; width: number;
height: number; height: number;
} | undefined) => void; } | 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?: { stretchInset?: {
left: number; left: number;
top: number; top: number;

View File

@ -48,12 +48,6 @@ export declare class Image extends View {
width: number; width: number;
height: number; height: number;
} | undefined) => void; } | 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?: { stretchInset?: {
left: number; left: number;
top: number; top: number;

1
doric-web/dist/index.js.map vendored Normal file

File diff suppressed because one or more lines are too long