MCPcopy Create free account
hub / github.com/cosscom/coss / ComponentLoaderProps

Interface ComponentLoaderProps

apps/origin/components/component-loader-client.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { RegistryItem } from "shadcn/registry";
7
8interface ComponentLoaderProps {
9 component: RegistryItem;
10}
11
12export default function ComponentLoader<TProps extends object>({
13 component,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected