Type Alias RenderCustomNodeElementFn

RenderCustomNodeElementFn: (
    rd3tNodeProps: CustomNodeElementProps,
) => JSX.Element

Type declaration