This commit is contained in:
Bela Bohlender
2023-02-22 11:37:46 +01:00
parent 13eacf8858
commit 62c99fd8a8

View File

@@ -156,7 +156,7 @@ export type Node = {
setWidth(width: number | string): void,
setWidthAuto(): void,
setWidthPercent(width: number): void,
unsetMeasureFun(): void,
unsetMeasureFunc(): void,
};
export type Yoga = {