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

    Type Alias MissingComponentHandler

    MissingComponentHandler: (
        message: string,
        options: { type: string; nodeType: NodeType },
    ) => void

    Type declaration

      • (message: string, options: { type: string; nodeType: NodeType }): void
      • Parameters

        • message: string
        • options: { type: string; nodeType: NodeType }

        Returns void