MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / Template

Interface Template

apps/app/src/components/template-library/index.tsx:13–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface Template {
14 id: string;
15 name: string;
16 description: string;
17 html: string;
18 data_description: string;
19 component_type?: string;
20 component_data?: Record<string, unknown>;
21 version: number;
22}
23
24export function TemplateLibrary({ open, onClose }: TemplateLibraryProps) {
25 const { agent } = useAgent();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected