Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import type React from 'react';
|
||||
import type { LogLevel } from './log';
|
||||
export declare const useMediaBuffering: ({ element, shouldBuffer, isPremounting, isPostmounting, logLevel, mountTime, src, }: {
|
||||
element: React.RefObject<HTMLVideoElement | HTMLAudioElement | null>;
|
||||
shouldBuffer: boolean;
|
||||
isPremounting: boolean;
|
||||
isPostmounting: boolean;
|
||||
logLevel: LogLevel;
|
||||
mountTime: number;
|
||||
src: string | null;
|
||||
}) => boolean;
|
||||
Reference in New Issue
Block a user