csstype:基于MDN数据的样式的严格TypeScript和Flow类型 源码
CSSType CSS的TypeScript和Flow定义,由的生成。 它为CSS属性和值提供自动补全和类型检查。 打字稿 import * as CSS from 'csstype' ; const style : CSS . Properties = { colour : 'white' , // Type error on property textAlign : 'middle' , // Type error on value } ; 流 // @flow strict import * as CSS from 'csstype' ; const style : CSS
文件列表
csstype-master.zip
(预估有个56文件)
csstype-master
.travis.yml
41B
utils.ts
2KB
prepare-tests.ts
627B
.flowconfig
282B
package.json
2KB
tslint.json
207B
__tests__
package.json
340B
src.parser.ts
5KB
暂无评论