UNPKG

@nulib/react-media-player

Version:

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

4 lines (3 loc) 152 B
declare type ReturnType = [boolean, (locked: boolean) => void]; export declare const useBodyLocked: (initialLocked?: boolean) => ReturnType; export {};