Typescript: Fix typo in type defintions #1231
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