UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

10 lines (9 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FastRefreshContext = void 0; const react_1 = require("react"); exports.FastRefreshContext = (0, react_1.createContext)({ fastRefreshes: 0, manualRefreshes: 0, increaseManualRefreshes: () => { }, });