Files
frontend/apps/web-ele/src/views/mp/components/wx-reply/index.ts
2025-11-20 10:34:21 +08:00

4 lines
110 B
TypeScript

export { createEmptyReply, type Reply, ReplyType } from './types';
export { default } from './wx-reply.vue';