Skip to content

@sqlrooms/ai / ChatComponentType

Type Alias: ChatComponentType<TProps>

ChatComponentType<TProps> = ComponentType<TProps> | ExoticComponent<TProps>

Any React component type accepted by a chat rendering slot.

Type Parameters

Type ParameterDefault type
TPropsobject