MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / TimelineEditContext.tsx

File TimelineEditContext.tsx

packages/studio/src/contexts/TimelineEditContext.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createContext, useContext, useMemo, type ReactNode } from "react";
2import type { TimelineEditCallbacks } from "../player/components/timelineCallbacks";
3
4const TimelineEditContext = createContext<TimelineEditCallbacks | null>(null);

Callers

nothing calls this directly

Calls 1

createContextFunction · 0.85

Tested by

no test coverage detected