fix type for getFlexBasis #1222

Closed
jeetiss wants to merge 1 commits from patch-1 into main

View File

@@ -92,7 +92,7 @@ export type Node = {
getComputedTop(): number, getComputedTop(): number,
getComputedWidth(): number, getComputedWidth(): number,
getDisplay(): Display, getDisplay(): Display,
getFlexBasis(): number, getFlexBasis(): Value,
getFlexDirection(): FlexDirection, getFlexDirection(): FlexDirection,
getFlexGrow(): number, getFlexGrow(): number,
getFlexShrink(): number, getFlexShrink(): number,