fix: layout() cannot effect configMaxWidth or configMinWidth
This commit is contained in:
4
doric-js/index.d.ts
vendored
4
doric-js/index.d.ts
vendored
@@ -1553,6 +1553,10 @@ declare module 'doric/lib/src/util/layoutconfig' {
|
||||
} | undefined;
|
||||
alignment: number | undefined;
|
||||
weight: number | undefined;
|
||||
minWidth: number | undefined;
|
||||
maxWidth: number | undefined;
|
||||
minHeight: number | undefined;
|
||||
maxHeight: number | undefined;
|
||||
};
|
||||
}
|
||||
export function layoutConfig(): LayoutConfigImpl;
|
||||
|
||||
Reference in New Issue
Block a user