init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio/dist/fast-refresh-context.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio/dist/fast-refresh-context.d.ts
generated
vendored
Normal file
@@ -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