Files
iot-device-management-frontend/apps/web-ele/src/views/mp/components/reply/index.ts
2025-11-13 18:35:44 +08:00

4 lines
107 B
TypeScript

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