2021年7月7日
摘要: emotion emotion是一个CSS库,是用javaScript编写css样式的库。学习了以下几种使用了emotion的方法 1). @emotion/css @emotion/css包与框架无关,用css 函数来生成类名,用 cx 来组合它们。 2). @emotion/styled @em 阅读全文
posted @ 2021-07-07 17:23 sandy.simple 阅读(323) 评论(0) 推荐(0)
摘要: 定义:Utility Types是ts内置的实用类型,用于类型转换。(https://www.typescriptlang.org/docs/handbook/utility-types.html) 源码位于:lib.es5.d.ts文件 常用的类型有:Partial, Required, Read 阅读全文
posted @ 2021-07-07 15:57 sandy.simple 阅读(165) 评论(0) 推荐(0)