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