| 3 | import type { OpenAIChatKit, ChatKitEvents } from '@openai/chatkit'; |
| 4 | |
| 5 | export interface ChatKitProps extends React.HTMLAttributes<OpenAIChatKit> { |
| 6 | control: ChatKitControl; |
| 7 | } |
| 8 | |
| 9 | declare module 'react' { |
| 10 | namespace JSX { |
nothing calls this directly
no outgoing calls
no test coverage detected