Files
story-studio/remotion/node_modules/@remotion/studio/dist/fast-refresh-context.js
2026-02-21 10:33:18 +01:00

10 lines
296 B
JavaScript

"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: () => { },
});