MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / Button

Function Button

packages/bot-ui/src/components.tsx:179–181  ·  view source on GitHub ↗
(props: ButtonProps<TValue>)

Source from the content-addressed store, hash-verified

177export const Cell = intrinsic<CellProps>("cell");
178
179export function Button<TValue = unknown>(props: ButtonProps<TValue>): BotNode {
180 return { type: "button", props: props as unknown as Record<string, unknown> };
181}
182export function Select(props: SelectProps): BotNode {
183 return { type: "select", props: props as unknown as Record<string, unknown> };
184}

Callers 1

create-bot.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…