会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Himmelbleu
管理
2023年3月21日
React - 限制 Props 和 State 类型
摘要: 下面是 Component 的接口,P 代表 Props、S 代表 State。 ```ts interface Component extends ComponentLifecycle { } ``` 所以,在 tsx 中写两个类型进行约束就可以了: ```tsx import { Compone
阅读全文
posted @ 2023-03-21 15:39 Himmelbleu
阅读(13)
评论(0)
推荐(0)
编辑