Type Alias RenderWriteableElementResponse

RenderWriteableElementResponse: Partial<
    Record<keyof WriteableElements, ReactNode>,
>

A map of writeable element keys to a ReactNode to render to them.

MMNEPVFCICPMFPCPTTAAATR