Appearance
管理 object 类型 state 的 Hooks
const [state, setState] = useState<T extends Record<string, any>>(defaultValue: T)
T