UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 157 B
export type RenderErrorContextType = { error: Error | null; }; export declare const RenderErrorContext: import("react").Context<RenderErrorContextType>;