摘要: Typescript 小技巧 总结下工作中用到的 typescript 的一些小技巧。 反向引用类型的属性的类型 假如我们有这样一个类型: interface ButtonProps { theme: 'default' | 'primary' | 'async'; } 如何使用 ButtonPro 阅读全文
posted @ 2021-05-10 17:49 xvivx 阅读(83) 评论(0) 推荐(0) 编辑