Registers a React component to be rendered in a detail page in the given location.
Components used as custom detail components can make use of the useDetailComponentData hook.
Signature
function registerReactCustomDetailComponent(config: ReactCustomDetailComponentConfig): void