index.tsx 62 B

12
  1. // 定义 state 结构类型
  2. export type StoreState = number;