data Direction : TypeLTR : DirectionRTL : DirectionRender Directioninterface AreaTag : Type -> TypeshowTag : a -> StringshowTag : AreaTag a => a -> Stringdata Display : TypeFlex : DisplayGrid : DisplayArea : AreaTag a => Vect (S m) GridValue -> Vect (S n) GridValue -> Vect (S m) (Vect (S n) a) -> DisplayrenderArea : AreaTag a => Vect (S m) GridValue -> Vect (S n) GridValue -> Vect (S m) (Vect (S n) a) -> Stringdata FlexBasis : TypeFL : Length -> FlexBasisFP : Percentage -> FlexBasisCast Length FlexBasisCast Percentage FlexBasisRender FlexBasisdata FontSize : TypeFL : Length -> FontSizeFP : Percentage -> FontSizeXXSmall : FontSizeXSmall : FontSizeSmall : FontSizeMedium : FontSizeLarge : FontSizeXLarge : FontSizeXXLarge : FontSizeXXXLarge : FontSizeCast Length FontSizeCast Percentage FontSizeRender FontSizedata BorderRadius : TypeBL : Length -> BorderRadiusBP : Percentage -> BorderRadiusBS : String -> BorderRadiusCast Length BorderRadiusCast Percentage BorderRadiusFromString BorderRadiusRender BorderRadiusdata BorderStyle : TypeNone : BorderStyleHidden : BorderStyleDotted : BorderStyleDashed : BorderStyleSolid : BorderStyleDbl : BorderStyleGroove : BorderStyleRidge : BorderStyleInset : BorderStyleOutset : BorderStyleRender BorderStyledata BorderWidth : TypeBL : Length -> BorderWidthThin : BorderWidthMedium : BorderWidthThick : BorderWidthdata TextAlign : TypeStart : TextAlignThe same as left if direction is left-to-right and right if direction is right-to-left.
End : TextAlignThe same as right if direction is left-to-right and left if direction is right-to-left.
Left : TextAlignThe inline contents are aligned to the left edge of the line box.
Right : TextAlignThe inline contents are aligned to the right edge of the line box.
Center : TextAlignThe inline contents are centered within the line box.
Justify : TextAlignThe inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.
Render TextAligndata Width : TypeWL : Length -> WidthWP : Percentage -> WidthCast Length WidthCast Percentage WidthRender Widthdata Property : Type -> TypeAlignItems : Property FlexAlignAlignSelf : Property FlexAlignBackgroundColor : Property ColorBackgroundSize : Property WidthBorderColor : Property (Dir Color)BorderRadius : Property BorderRadiusBorderStyle : Property (Dir BorderStyle)BorderWidth : Property (Dir BorderWidth)Color : Property ColorColumnGap : Property LengthDirection : Property DirectionDisplay : Property DisplayFlex : Property StringFlexBasis : Property FlexBasisFlexDirection : Property FlexDirectionFlexWrap : Property StringFlexGrow : Property NatFlexFlow : Property (List FlexFlow)FontFamily : Property StringFontSize : Property FontSizeGridArea : AreaTag a => Property aGridColumn : Property GridPositionGridRow : Property GridPositionGridTemplateColumns : Property (List GridValue)GridTemplateRows : Property (List GridValue)Height : Property WidthJustifyContent : Property FlexJustifyJustifySelf : Property FlexJustifyListStyleType : Property ListStyleTypeMargin : Property (Dir Length)MaxHeight : Property WidthMaxWidth : Property WidthMinHeight : Property WidthMinWidth : Property WidthPadding : Property (Dir Length)RowGap : Property LengthTextAlign : Property TextAlignWidth : Property WidthrenderProp : Property t -> t -> String