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

8 lines (7 loc) 191 B
declare const useRefSize: () => { refreshSize: () => void; width: number; height: number; ref: import("react").RefObject<HTMLDivElement | null>; }; export default useRefSize;