Leanote's Blog
I love Leanote!
Toggle navigation
Leanote's Blog
Home
Chrome
Git
Linux
Windows
Others
工具大全
VsCode
Expo
Html
JavaScript
Npm
Node
Mock
React-Native
React
TypeScript
小程序
插件
正则
Dva
Ant-Design-React
Umi
Vue
Vux
Ant-Design-Vue
Http
Java
flutter
开发小工具
About Me
Archives
Tags
react中常用的ts类型大全
2023-03-21 06:59:20
19
0
0
admin
> https://zhuanlan.zhihu.com/p/457217602 > [React TypeScript 速查表](https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/basic_type_example) ### 获得组件的props类型 `React.ComponentProps<typeof Button>` ### TS内置类型 ``` ConstructorParameters :类构造函数参数类型的元组 Exclude:将一个类型从另一个类型排除 Extract:选择可分配给另一类型的子类型 InstanceType:从一个新类构造函数中获得的实例类型 NonNullable:从类型中排除空和未定义 Parameters:函数的形参类型的元组 Partial:使对象中的所有属性都是可选的 Readonly:将对象中的所有属性设置为只读 ReadonlyArray:创建给定类型的不可变数组 Pick:对象类型的一种子类型,包含其键的子集 Record:从键类型到值类型的映射 Required:使对象中的所有属性都是必需的 ReturnType:函数的返回类型 ```
Pre:
TS二选一
Next:
any,never,void和unknown的区别
0
likes
19
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.