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

x/yoga_wasm/dist/yoga.d.ts>FlexDirection

WASM build of Yoga Flexbox layout engine, for Deno.
Latest
type alias FlexDirection
Re-export
import { type FlexDirection } from "https://deno.land/x/yoga_wasm@0.0.2/dist/yoga.d.ts";
definition:
| FLEX_DIRECTION_COLUMN
| FLEX_DIRECTION_COLUMN_REVERSE
| FLEX_DIRECTION_ROW
| FLEX_DIRECTION_ROW_REVERSE