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