@portabletext/to-html - v3.0.0
    Preparing search index...

    Type Alias PortableTextComponent<N>

    PortableTextComponent: (options: PortableTextComponentOptions<N>) => string

    Generic type for portable text components that takes blocks/inline blocks

    Type Parameters

    • N

      Node types we expect to be rendering (PortableTextBlock should usually be part of this)

    Type declaration