Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export type FastRefreshContextType = {
|
||||
fastRefreshes: number;
|
||||
manualRefreshes: number;
|
||||
increaseManualRefreshes: () => void;
|
||||
};
|
||||
export declare const FastRefreshContext: import("react").Context<FastRefreshContextType>;
|
||||
Reference in New Issue
Block a user