UNPKG
@prexo/ai-chat-sdk
Version:
beta (1.0.1-beta.1)
latest (1.1.0)
1.1.0
1.0.1
1.0.1-beta.1
1.0.0
0.1.6
AI Chat Component with Persistent History
prexoai.xyz
SkidGod4444/prexo
@prexo/ai-chat-sdk
/
dist
/
client
/
components
/
custom
/
typing.indicator.d.ts
6 lines
(3 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
react_jsx_runtime
from
'react/jsx-runtime'
;
declare
const
TypingIndicator
:
() =>
react_jsx_runtime.
JSX
.
Element
;
export
{
TypingIndicator
};