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

Interface ComponentLoaderProps

apps/origin/components/component-loader-server.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { RegistryItem } from "shadcn/registry";
3
4interface ComponentLoaderProps {
5 component: RegistryItem;
6}
7
8export default async function ComponentLoader<TProps extends object>({
9 component,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected