Module
Props.Text
- Package
- purescript-ink
- Repository
- ricky0123/purescript-ink
#TextPropRecord Source
type TextPropRecord :: (Type -> Type) -> Typetype TextPropRecord f = Record (TextPropRows f)
#mapTextProps Source
mapTextProps :: forall f g. (forall a. f a -> g a) -> TextPropRecord f -> TextPropRecord g#TextPropsComplete Source
type TextPropsComplete = { children :: Array JSX | TextPropRows PossiblyUndefined }