UNPKG

184 BTypeScriptView Raw
1import { RefObject } from 'react';
2export declare const playAndHandleNotAllowedError: (mediaRef: RefObject<HTMLVideoElement | HTMLAudioElement>, mediaType: 'audio' | 'video') => void;