UNPKG

remotion

Version:

Make videos programmatically

6 lines (5 loc) 231 B
export type CompositionRenderErrorContextType = { setError: (error: Error) => void; clearError: () => void; }; export declare const CompositionRenderErrorContext: import("react").Context<CompositionRenderErrorContextType>;