Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import type { PropsWithChildren } from 'react';
|
||||
export declare const IsPlayerContextProvider: React.FC<PropsWithChildren>;
|
||||
export declare const useIsPlayer: () => boolean;
|
||||
Reference in New Issue
Block a user