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