8 lines
223 B
TypeScript
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
|