Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/studio/dist/fast-refresh-context.d.ts
T

7 lines
229 B
TypeScript

export type FastRefreshContextType = {
fastRefreshes: number;
manualRefreshes: number;
increaseManualRefreshes: () => void;
};
export declare const FastRefreshContext: import("react").Context<FastRefreshContextType>;