UNPKG

145 BTypeScriptView Raw
1import { RefObject } from 'react';
2export declare const useMediaTagVolume: (mediaRef: RefObject<HTMLVideoElement | HTMLAudioElement>) => number;