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

8 lines
114 B
TypeScript

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