Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yoga_wasm/dist/wrapAsm.d.ts>Yoga

WASM build of Yoga Flexbox layout engine, for Deno.
Latest
type alias Yoga
import { type Yoga } from "https://deno.land/x/yoga_wasm@0.0.2/dist/wrapAsm.d.ts";
definition: { Config: { create(): Config; destroy(config: Config): any; }; Node: { create(): Node; createDefault(): Node; createWithConfig(config: Config): Node; destroy(node: Node): any; }; } & YGEnums