babel plugin react flow props to prop types:将Flow React props批注转换为PropTypes 源码
babel插件React流道具到道具类型 将Flow React道具注释转换为PropTypes 支持大多数流量类型(见下文) 维持评论 跨模块工作(可以导入类型) 支持的: any/mixed未知类型 void/null空类型 number / string / boolean元 42 / "hello" / true文字 [1, 2, 3]元组 { ... }对象 { prop: number }对象属性 { prop?: number }可选属性 { [prop: string]: number }可选索引器 { [key: string]: number }对象索引器 Arra
文件列表
babel-plugin-react-flow-props-to-prop-types-master.zip
(预估有个28文件)
babel-plugin-react-flow-props-to-prop-types-master
.travis.yml
63B
.babelrc
80B
.flowconfig
39B
package.json
2KB
LICENSE
558B
src
index.js
2KB
__tests__
classes.test.js
18KB
暂无评论