Module

Props.Text

Package
purescript-ink
Repository
ricky0123/purescript-ink

#TextPropRows Source

type TextPropRows :: forall k. (Type -> k) -> Row ktype TextPropRows f = (backgroundColor :: f String, bold :: f Boolean, color :: f String, dimColor :: f Boolean, inverse :: f Boolean, italic :: f Boolean, strikethrough :: f Boolean, underline :: f Boolean, wrap :: f Boolean)

#TextPropRecord Source

#mapTextProps Source

mapTextProps :: forall f g. (forall a. f a -> g a) -> TextPropRecord f -> TextPropRecord g

#TextPropsComplete Source