Pular para o conteúdo principal

ParagraphComponent

Callable


  • VisualContent renderer component that renders paragraph type blocks as <p> elements. Empty paragraph blocks (generally used to break lines) will have an empty class added to them.

    See the guide page on the VisualContent component to learn how to customize block renderer components like this one.


    Parameters

    Returns null | ReactElement<any, any>