UNPKG

@nulib/react-media-player

Version:

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

3 lines (2 loc) 175 B
export declare type CopyStatus = undefined | "copied" | "failed"; export declare const useCopyToClipboard: (text: string, notifyTimeout?: number) => [CopyStatus, () => void];