UNPKG

@pdf-viewer/react

Version:

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

6 lines (5 loc) 305 B
import { FC, PropsWithChildren } from 'react'; import { RotateContextType } from '../utils/types'; export declare const RotateContext: import('react').Context<RotateContextType>; export declare const useRotationContext: () => RotateContextType; export declare const RotateProvider: FC<PropsWithChildren>;