UNPKG

@progress/kendo-react-pdf-viewer

Version:
18 lines (17 loc) 661 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use client"; import { scrollToPage as o } from "@progress/kendo-pdfviewer-common"; import { currentPage as a } from "@progress/kendo-pdfviewer-common"; import { PDFViewer as s } from "./PDFViewer.mjs"; const e = o; export { s as PDFViewer, a as currentPage, e as scrollToPage };