wujingjing
2024-07-18 eb0460fbc34fda7906f2949d7dce0f08542e3c8c
src/components/chat/chatComponents/common.ts
@@ -47,6 +47,9 @@
export const chatComProps = buildProps({
   data: {
      type: Object as PropType<any>,
   }
   },
   originData: {
      type: Object as PropType<any>,
   },
} as const);
export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;