Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { VolumeProp } from './volume-prop.js';
|
||||
export declare const validateMediaProps: (props: {
|
||||
volume: VolumeProp | undefined;
|
||||
playbackRate: number | undefined;
|
||||
}, component: "Html5Video" | "Html5Audio" | "Audio" | "Video") => void;
|
||||
Reference in New Issue
Block a user