wupengfei
2025-09-25 06c6ff19cf33a902ec66529629f6171d699776ce
src/fabric-editor/types.d.ts
@@ -13,6 +13,8 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 绑定字段 */
    bindProperty?: string;
  }
}