Module
Props.Box
- Package
- purescript-ink
- Repository
- ricky0123/purescript-ink
#BoxPropRecord Source
type BoxPropRecord :: (Type -> Type) -> Typetype BoxPropRecord f = Record (BoxPropRows f)
#mapBoxProps Source
mapBoxProps :: forall f g. (forall a. f a -> g a) -> BoxPropRecord f -> BoxPropRecord g#BoxPropsComplete Source
type BoxPropsComplete = { children :: Array JSX | BoxPropRows PossiblyUndefined }