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