fix type for getFlexBasis #1222

Closed
jeetiss wants to merge 1 commits from patch-1 into main
Showing only changes of commit b6876be396 - Show all commits

View File

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