UNPKG
@paperlinkai/chat
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
PaperLink AI Chat Widget - Easy integration for any website
@paperlinkai/chat
/
dist
/
types
/
components
/
TypingIndicator.d.ts
11 lines
(9 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
WidgetConfig
}
from
'../types/widget'
;
import
{
Component
}
from
'preact'
;
interface
TypingIndicatorProps
{
config
:
WidgetConfig
; }
export
declare
class
TypingIndicator
extends
Component
<
TypingIndicatorProps
> {
render
():
import
(
"preact"
).
JSX
.
Element
; }
export
{};