UNPKG

infinity-forge

Version:
3 lines (2 loc) 212 B
import { InfinityListProps, PaginatedResponse } from './type.js'; export declare function InfinityList<T, R extends PaginatedResponse<T>>(props: InfinityListProps<T, R>): import("react/jsx-runtime").JSX.Element;