index.ts 223 B

1234567
  1. import { Reply, NewsType, ReplyType, createEmptyReply } from './components/types'
  2. import WxReplySelect from './main.vue'
  3. export type { Reply }
  4. export { createEmptyReply, NewsType, ReplyType }
  5. export default WxReplySelect