Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export declare const useVideoEnabled: () => boolean;
|
||||
export declare const useAudioEnabled: () => boolean;
|
||||
export declare const MediaEnabledProvider: ({ children, videoEnabled, audioEnabled, }: {
|
||||
readonly children: React.ReactNode;
|
||||
readonly videoEnabled: boolean | null;
|
||||
readonly audioEnabled: boolean | null;
|
||||
}) => import("react/jsx-runtime").JSX.Element;
|
||||
Reference in New Issue
Block a user