2026-05-31 13:54:31 +02:00

5 lines
206 B
TypeScript

import type { PDFDocument, PDFPageLeaf as _PDFPageLeaf, PDFRef } from "pdf-lib";
export declare function getPageRefsFactory(_: {
PDFPageLeaf: typeof _PDFPageLeaf;
}): (pdfDoc: PDFDocument) => PDFRef[];