File size: 177 Bytes
064bfd6
 
 
 
 
 
1
2
3
4
5
6
7
import type { LayoutNode } from './node.js'
import { createYogaLayoutNode } from './yoga.js'

export function createLayoutNode(): LayoutNode {
  return createYogaLayoutNode()
}