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