Type alias SetStateAction<S>

SetStateAction<S>: S | ((prevState: S) => S)

Type Parameters

  • S

Generated using TypeDoc