Skip to content
module@warp-drive/experiments/pagination @experimental

Type Alias PaginationContentFeatures<RT>

ts
type PaginationContentFeatures<RT> = PagedPaginationContentFeatures<RT> & InfinitePaginationContentFeatures<RT>;

Defined in: node_modules/.pnpm/@warp-d_5e1563e0e582c8365bb74466d3761d6d/node_modules/@warp-drive/core/dist/signals/-leaked.d.ts:794

The full set of content features a PaginationSubscription builds — both modes' surfaces. The <Paginate /> component narrows this to one mode via PaginationContentFeaturesFor before yielding.

Type Parameters

RT

RT

Released under the MIT License.