mizchi/layout/types does not have a README file
pub(all) enum AlignSelf { Auto Start End Center Stretch Baseline} derive(Eq, @moonbitlang/core/debug.DebugDebug)
impl Show for AlignSelf
fn output(self : AlignSelf, logger : &Logger) -> Unit
pub(all) enum Alignment { Start End FlexStart FlexEnd Center SpaceBetween SpaceAround SpaceEvenly Stretch Baseline} derive(Eq, @moonbitlang/core/debug.DebugDebug)
impl Show for Alignment
fn output(self : Alignment, logger : &Logger) -> Unit
pub(all) enum Dimension { Length(Double) Percent(Double) Auto MinContent MaxContent FitContent(Double)} derive(Eq, @moonbitlang/core/debug.DebugDebug)
impl Show for Dimension
fn output(self : Dimension, logger : &Logger) -> Unit
pub(all) enum FlexDirection { Row RowReverse Column ColumnReverse} derive(Eq, @moonbitlang/core/debug.DebugDebug)
impl Show for FlexDirection
fn output(self : FlexDirection, logger : &Logger) -> Unit
pub(all) struct Rect[T] { left : T right : T top : T bottom : T}
fn[T] Rect::new(left : T, right : T, top : T, bottom : T) -> Rect[T]
Install
Pure layout computation kernel: alignment, justify, clamp, axis utilities
Powered by MoonBit
© 2026 mooncakes.io