Typescript: Fix typo in type defintions #1231

Closed
bbohlender wants to merge 1 commits from main into main

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 = {