astro-ghostcms/.pnpm-store/v3/files/1e/eb7d4910c4fa05524e5566dc6d9...

3 lines
220 B
Plaintext

import type { PaginateFunction, RouteData } from '../../@types/astro.js';
export declare function generatePaginateFunction(routeMatch: RouteData): (...args: Parameters<PaginateFunction>) => ReturnType<PaginateFunction>;