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:
committed by
Facebook GitHub Bot
parent
13eacf8858
commit
92e83193c4
2
javascript/src_js/wrapAsm.d.ts
vendored
2
javascript/src_js/wrapAsm.d.ts
vendored
@@ -156,7 +156,7 @@ export type Node = {
|
|||||||
setWidth(width: number | string): void,
|
setWidth(width: number | string): void,
|
||||||
setWidthAuto(): void,
|
setWidthAuto(): void,
|
||||||
setWidthPercent(width: number): void,
|
setWidthPercent(width: number): void,
|
||||||
unsetMeasureFun(): void,
|
unsetMeasureFunc(): void,
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Yoga = {
|
export type Yoga = {
|
||||||
|
Reference in New Issue
Block a user