@sqlrooms/ai-core / ChatComponentType
Type Alias: ChatComponentType<TProps>
ChatComponentType<
TProps> =ComponentType<TProps> |ExoticComponent<TProps>
Any React component type accepted by a chat rendering slot.
Type Parameters
| Type Parameter | Default type |
|---|---|
TProps | object |