1. 首页
  2. 移动开发
  3. 其他
  4. prop types extra:React的其他PropType类型 源码

prop types extra:React的其他PropType类型 源码

上传者: 2021-04-08 15:04:53上传 ZIP文件 103.55KB 热度 17次
道具类型 其他 。 用法 import elementType from 'prop-types-extra/lib/elementType' ; // or import { elementType } from 'prop-types-extra' ; const propTypes = { someProp : elementType , } ; 如果要最小化捆绑包的大小,请通过以下方式仅导入您使用的验证器: import elementType from 'prop-types-extra/lib/elementType' 指导 安装 $ npm i -S react $ npm i -S prop-types-extra 该验证器检查所有提供的验证器均通过。 const propTypes = { vertical : PropTypes . bool . i
下载地址
用户评论