Module

React.Stylesheet.Styled.Elements

Package
purescript-react-stylesheet
Repository
danieljharvey/purescript-react-stylesheet

#construct Source

construct :: forall styleProps. StyleConsumer -> (Array Props -> Array ReactElement -> ReactElement) -> CSSRuleSet styleProps -> styleProps -> Array Props -> Array ReactElement -> ReactElement

#constructNoChildren Source

constructNoChildren :: forall styleProps. StyleConsumer -> (Array Props -> ReactElement) -> CSSRuleSet styleProps -> styleProps -> Array Props -> ReactElement