UNPKG

@artmate/chat

Version:

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

6 lines (5 loc) 219 B
import { default as ThoughtChain } from './index.vue'; import { default as ThoughtChainItem } from './item.vue'; export type * from './interface'; export default ThoughtChain; export { ThoughtChain, ThoughtChainItem };