FlowVue/src/views/mp/components/wx-reply/index.ts

8 lines
223 B
TypeScript

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