MCPcopy
hub / github.com/shadcn-ui/ui / RegistryContext

Interface RegistryContext

packages/shadcn/src/registry/context.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface RegistryContext {
2 headers: Record<string, Record<string, string>>
3}
4
5let context: RegistryContext = {
6 headers: {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected