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

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

WASM build of Yoga Flexbox layout engine, for Deno.
Latest
type alias Align
Re-export
import { type Align } from "https://deno.land/x/yoga_wasm@0.0.2/dist/yoga.d.ts";
definition:
| ALIGN_AUTO
| ALIGN_FLEX_START
| ALIGN_CENTER
| ALIGN_FLEX_END
| ALIGN_STRETCH
| ALIGN_BASELINE
| ALIGN_SPACE_BETWEEN
| ALIGN_SPACE_AROUND