Interface UnknownRendererProps

Props of an UnknownRenderer

interface UnknownRendererProps {
    type: "renderer" | "cell";
}

Properties

Properties

type: "renderer" | "cell"

The type for which no renderer has been found.

Generated using TypeDoc