UNPKG

@artmate/chat

Version:

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

6 lines (5 loc) 181 B
import { default as Prompts } from './index.vue'; export type * from './interface'; type PromptsType = typeof Prompts; declare const _default: PromptsType; export default _default;