UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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