Jayson Zou

Results 6 issues of Jayson Zou

```ts type First = T['length'] extends 0 ? never : T[0] ```

answer
en
14

```ts type TupleToObject = { [ key in T[number]]: key } ```

answer
en
11

```ts type MyReadonly = { readonly [key in keyof T] : T[key] } ```

answer
7
en

```ts type MyPick = { [key in K]: T[key] } ```

answer
4
en

``` import waterfall33 from 'vue-waterfall2' export default { name: "Waterfall2", components: {waterfall33}, props: ['images'] } ```

enhancement

### 🐛 bug 描述 ### 📷 复现步骤 https://codesandbox.io/p/sandbox/awesome-cori-sgtjfc ### 🏞 期望结果 单个checkbox也可以设置readonly ### 💻 复现代码 [codesandbox](https://codesandbox.io/p/sandbox/awesome-cori-sgtjfc) ### © 版本信息 - ProComponents 版本: [2.7.16] - umi 版本 - 浏览器环境 [chrome] -...