UNPKG

@clerk/clerk-js

Version:
3 lines (2 loc) 193 B
import type { ClerkPaginationParams } from '@clerk/shared/types'; export declare function convertPageToOffsetSearchParams<T>(pageParams: ClerkPaginationParams<T> | undefined): URLSearchParams;