vtils

Home > react > CreateGlobalStateResult > setState

CreateGlobalStateResult.setState() method

Signature:

setState(nextState: SetStateAction<S>): void;

Parameters

Parameter Type Description
nextState SetStateAction<S>  

Returns:

void