@openai/chatkit
v1.1.0
Published
Type definitions for the ChatKit Web Component.
Maintainers
Keywords
Readme
@openai/chatkit-types
Types for the ChatKit WebComponent.
Setup
Add @openai/chatkit-types to compilerOptions.types in your tsconfig.json. This registers the openai-chatkit element and its CustomEvents in the global DOM typings.
{
"compilerOptions": {
"types": ["@openai/chatkit"]
}
}