Files
aiot-platform-ui/apps/web-antd/src/views/mp/components/wx-reply/index.ts

5 lines
164 B
TypeScript
Raw Normal View History

2025-11-04 14:31:32 +08:00
export type { NewsType, Reply, ReplyType } from './components/types';
export { createEmptyReply } from './components/types';
export { default } from './main.vue';