mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-05-30 04:08:04 +00:00
defineExpose 同时暴露 MForm 实例 ref 与递归的 FormConfig ref,导致 vue-tsc 生成声明文件时推断类型过大无法序列化(TS7056)。改为显式标注 暴露类型,使其引用具名别名而非展开完整结构。 Co-authored-by: Cursor <cursoragent@cursor.com>