UNPKG

@artmate/chat

Version:

借鉴字节开源react库AntX,通过vue实现的版本

4 lines (3 loc) 165 B
import { TypingOption } from '../interface'; declare function useTypingConfig(typing: boolean | TypingOption): (number | boolean)[]; export default useTypingConfig;