yoga.ts

This commit is contained in:
nirholas
2026-03-31 10:23:40 +00:00
parent 2884573634
commit 1dbb9c8896

View File

@@ -306,3 +306,4 @@ export class YogaLayoutNode implements LayoutNode {
export function createYogaLayoutNode(): LayoutNode {
return new YogaLayoutNode(Yoga.Node.create())
}