UNPKG
vue3-chat-yzx
Version:
latest (1.0.0)
1.0.0
vue3-chat-yzx
vue3-chat-yzx
/
types
/
components
/
Bubble
/
hooks
/
useTypingConfig.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
{
TypingOption
}
from
'../types'
;
declare
function
useTypingConfig
(
typing
:
boolean
|
TypingOption
): (
number
|
boolean
)[];
export
default
useTypingConfig;