feat:enhance layoutConfig
This commit is contained in:
6
doric-js/index.d.ts
vendored
6
doric-js/index.d.ts
vendored
@@ -1167,8 +1167,14 @@ declare module 'doric/lib/src/util/layoutconfig' {
|
||||
minWidth?: number;
|
||||
minHeight?: number;
|
||||
fit(): this;
|
||||
fitWidth(): this;
|
||||
fitHeight(): this;
|
||||
most(): this;
|
||||
mostWidth(): this;
|
||||
mostHeight(): this;
|
||||
just(): this;
|
||||
justWidth(): this;
|
||||
justHeight(): this;
|
||||
configWidth(w: LayoutSpec): this;
|
||||
configHeight(h: LayoutSpec): this;
|
||||
configMargin(m: {
|
||||
|
||||
Reference in New Issue
Block a user