android:fix mix use layoutConfig and flexConfig
This commit is contained in:
1
doric-js/index.d.ts
vendored
1
doric-js/index.d.ts
vendored
@@ -1333,6 +1333,7 @@ declare module 'doric/lib/src/util/flexbox' {
|
||||
export class FlexTypedValue implements Modeling {
|
||||
type: ValueType;
|
||||
value: number;
|
||||
constructor(type: ValueType);
|
||||
static Auto: FlexTypedValue;
|
||||
static percent(v: number): FlexTypedValue;
|
||||
static point(v: number): FlexTypedValue;
|
||||
|
||||
Reference in New Issue
Block a user