fix type for getFlexBasis

This commit is contained in:
Dmitry Ivakhnenko
2023-01-27 23:59:53 +03:00
committed by GitHub
parent 5496554cbf
commit b6876be396

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,