types-redux-orm:Redux-Orm的打字稿类型

类型-redux-orm不再支持。使用打字稿类型重要的这是我目前在我的一个项目中使用的类型的Alpha版本。在我继续进行该项目时,它们将被更新。不保证向后兼容性。路线图18年1月13日-Beta版18年2月3日-稳定发布并合并到安装npm install types-redux-orm如下修改您的tsconfig.json: ... "typeRoots": [ "./node_modules/types-redux-orm", "./node_modules/@types" ], ...菜谱模型import { attr , IORMCommonState , IORMId , ITableState , Model , ORM } from 'redux-orm' export class Test extends Mo
zip 文件大小:4.61KB