UNPKG

@pdf-viewer/react

Version:

The PDF Viewer component for React and Next.js

4 lines (3 loc) 135 B
import { FC } from 'react'; import { RPThemeContextType } from '../utils/types'; export declare const RPTheme: FC<RPThemeContextType>;