Sanity Library Reference Docs
    Preparing search index...

    Type Alias MissingComponentHandler

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

    Type declaration

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

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

        Returns void