Module

Props.Box

Package
purescript-ink
Repository
ricky0123/purescript-ink

#BoxPropRows Source

type BoxPropRows :: forall k. (Type -> k) -> Row ktype BoxPropRows f = (backgroundColor :: f String, flexDirection :: f String, height :: f String, justifyContent :: f String, marginBottom :: f Int, marginTop :: f Int, padding :: f Number, width :: f String)

#BoxPropRecord Source

#mapBoxProps Source

mapBoxProps :: forall f g. (forall a. f a -> g a) -> BoxPropRecord f -> BoxPropRecord g

#BoxPropsComplete Source