UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RenderErrorContext = void 0; const react_1 = require("react"); exports.RenderErrorContext = (0, react_1.createContext)({ error: null, });