UNPKG

react-pdf-flipbook-viewer

Version:

A customizable React component to render PDF documents in a flipbook-style viewer — perfect for brochures, magazines, and interactive documents. ## Features

11 lines (10 loc) 293 B
import React from "react"; type PdfProps = { page: number; height: number; zoomScale: number; isPageInView: boolean; isPageInViewRange: boolean; }; declare const _default: React.NamedExoticComponent<PdfProps & React.RefAttributes<HTMLDivElement>>; export default _default;