Module

React.Basic.DOM.Textf.Props

Package
purescript-react-basic-textf
Repository
j-keck/purescript-react-basic-textf

#CommonPropsRow Source

type CommonPropsRow = (className :: String, style :: CSS, title :: String)

#lookupCommonProps Source

lookupCommonProps :: forall t41 t39 t36 t32 t29. { className :: t32, style :: t36, title :: t29 | t39 } -> Record t41 -> { className :: Maybe t32, style :: Maybe t36, title :: Maybe t29 | t41 }

#mergeCommonProps Source

mergeCommonProps :: forall t7 t6 t4 t18 t16 t15 t11 t10. Foldable t7 => Monoid t6 => Foldable t11 => Monoid t10 => Foldable t16 => Monoid t15 => { className :: t11 t10, style :: t16 t15, title :: t7 t6 | t18 } -> Record t4 -> { className :: t10, style :: t15, title :: t6 | t4 }

#may Source

may :: forall a. a -> Maybe a