Files
iot-device-management-frontend/apps/web-ele/src/views/mp/components/reply/index.ts

4 lines
107 B
TypeScript
Raw Normal View History

2025-11-13 18:35:10 +08:00
export { default } from './reply.vue';
2025-11-13 18:35:44 +08:00
export { createEmptyReply, type Reply, ReplyType } from './types';