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

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

WASM build of Yoga Flexbox layout engine, for Deno.
Latest
type alias Config
import { type Config } from "https://deno.land/x/yoga_wasm@0.0.2/dist/yoga.d.ts";
definition: { free(): void; isExperimentalFeatureEnabled(feature: ExperimentalFeature): boolean; setExperimentalFeatureEnabled(feature: ExperimentalFeature, enabled: boolean): void; setPointScaleFactor(factor: number): void; useLegacyStretchBehaviour(): boolean; setUseLegacyStretchBehaviour(useLegacyStretchBehaviour: boolean): void; useWebDefaults(): boolean; setUseWebDefaults(useWebDefaults: boolean): void; }