import { useState } from "react"; export type UseState
<
T
>
= ReturnType
<
typeof
useState
<
T
>
>;