import { Reply, NewsType, ReplyType, createEmptyReply } from './components/types' import WxReplySelect from './main.vue' export type { Reply } export { createEmptyReply, NewsType, ReplyType } export default WxReplySelect