module@warp-drive/experiments/pagination @experimental
Type Alias PaginationContentFeatures<RT>
ts
type PaginationContentFeatures<RT> = PagedPaginationContentFeatures<RT> & InfinitePaginationContentFeatures<RT>;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