UNPKG

@pdf-viewer/react

Version:

A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.

9 lines (8 loc) 337 B
import { HTMLAttributes } from 'react'; interface Props extends HTMLAttributes<HTMLDivElement> { style?: React.CSSProperties; } export declare const LayoutWrapper: import('react').ForwardRefExoticComponent<Props & { children?: import('react').ReactNode | undefined; } & import('react').RefAttributes<HTMLDivElement>>; export {};