import { ReactNode } from 'react'; import { RaRecord } from "../../types.cjs"; import { ListControllerProps, ListControllerResult } from "./useListController.cjs"; /** * Render prop version of the useListController hook. * * @see useListController * @example * * const ListView = () =>