Module

Chameleon.Styled.Elems

Package
purescript-chameleon-styled
Repository
thought2/purescript-chameleon-styled

#StyleElems Source

class StyleElems :: Row Type -> Row Type -> Constraintclass StyleElems (rowIn :: Row Type) (rowOut :: Row Type) | rowIn -> rowOut where

Members

Instances

#styleElems Source

styleElems :: forall rowIn rowOut. StyleElems rowIn rowOut => String -> Record rowIn -> Record rowOut

#StyleElemsRL Source

class StyleElemsRL :: Int -> RowList Type -> Row Type -> Row Type -> Constraintclass StyleElemsRL (index :: Int) (rowlist :: RowList Type) (rowIn :: Row Type) (rowOut :: Row Type) | rowlist rowIn index -> rowOut where

Members

Instances

#StyleElemsOne Source

class StyleElemsOne (typ :: Type) (styledElem :: Type) | typ -> styledElem where

Members

Instances