wupengfei
2 天以前 2260308c9ab6abca8b32ba1afc1dbada04ec0c1b
src/fabric-editor/types.d.ts
@@ -13,6 +13,8 @@
    name?: string;
    /** 是否必填 */
    required?: boolean;
    /** 绑定字段 */
    bindProperty?: string;
  }
}