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