Type Alias SetState<T>

SetState<T>: React.Dispatch<React.SetStateAction<T>>

Type Parameters

  • T