import { ReactNode } from 'react'; import { RaRecord } from "../../types.js"; import { ShowControllerProps, ShowControllerResult } from "./useShowController.js"; /** * Render prop version of the useShowController hook * * @see useShowController * @example * * const ShowView = () =>