UNPKG

react-ipdf-viewer

Version:

A lightweight, dependency-free media viewer for PDFs and other media types with advanced controls

4 lines (3 loc) 137 B
import React from "react"; import { NexusViewerProps } from "../types"; export declare const NexusViewer: React.FC<NexusViewerProps>;