MCPcopy
hub / github.com/openai/chatkit-js / ChatKitProps

Interface ChatKitProps

packages/chatkit-react/src/ChatKit.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { OpenAIChatKit, ChatKitEvents } from '@openai/chatkit';
4
5export interface ChatKitProps extends React.HTMLAttributes<OpenAIChatKit> {
6 control: ChatKitControl;
7}
8
9declare module 'react' {
10 namespace JSX {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected