Files
story-studio/remotion/node_modules/@remotion/studio/dist/state/timeline-ref.js
2026-02-21 10:33:18 +01:00

6 lines
189 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.timelineRef = void 0;
const react_1 = require("react");
exports.timelineRef = (0, react_1.createRef)();