UNPKG

@artmate/chat

Version:

**开箱即用的AI组件库(基于 Vue3 + ElementPlus)**

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;