UNPKG

@nulib/react-media-player

Version:

Viewer for audio, video and image file types driven by a IIIF manifest

11 lines (10 loc) 282 B
import React from "react"; import { ConfigOptions } from "context/viewer-context"; interface Props { manifestId: string; canvasIdCallback?: (arg0: string) => void; customTheme?: any; options?: ConfigOptions; } declare const App: React.FC<Props>; export default App;