UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

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>;