Typescript: Fix typo in type defintions (#1231)

Summary:
Extracted the typo fix from https://github.com/facebook/yoga/pull/1228

Pull Request resolved: https://github.com/facebook/yoga/pull/1231

Reviewed By: NickGerleman

Differential Revision: D43495158

Pulled By: cortinico

fbshipit-source-id: a455eb231169d53b8d4ced9a783b94d2ee46ca0c
This commit is contained in:
Bela Bohlender
2023-02-22 13:09:05 -08:00
committed by Facebook GitHub Bot
parent 13eacf8858
commit 92e83193c4

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