UNPKG

kolenkainc-honohub

Version:

The CMS for building apps and APIs with Hono

4 lines (3 loc) 251 B
import type { AnyDrizzleDB } from "drizzle-graphql"; import type { CollectionPagination, GlobalPlugin } from "../types"; export declare function usePagination<Database extends AnyDrizzleDB<any>>(options: CollectionPagination): GlobalPlugin<Database>;