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