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

File FileManagerContext.tsx

packages/studio/src/contexts/FileManagerContext.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 { useFileManager } from "../hooks/useFileManager";
3
4type FileManagerValue = ReturnType<typeof useFileManager>;

Callers

nothing calls this directly

Calls 1

createContextFunction · 0.85

Tested by

no test coverage detected