MCPcopy
hub / github.com/thesysdev/openui / ComponentRenderProps

Interface ComponentRenderProps

packages/svelte-lang/src/lib/library.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// ─── Svelte-specific types ──────────────────────────────────────────────────
16
17export interface ComponentRenderProps<P = Record<string, unknown>> {
18 props: P;
19 renderNode: Snippet<[unknown]>;
20}
21
22export type ComponentRenderer<P = Record<string, unknown>> = Component<ComponentRenderProps<P>>;
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected