UNPKG
vue3-chat-yz
Version:
latest (0.0.1)
0.0.1
0.0.0
vue3-chat-yz
vue3-chat-yz
/
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;