UNPKG

@nulib/react-media-player

Version:

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

7 lines (6 loc) 146 B
import React from "react"; export declare const CopyText: React.FC<{ textPrompt: string; textToCopy: string; }>; export default CopyText;