Hex Core JS
    Preparing search index...

    Type Alias SetStateFunction<T>

    SetStateFunction: (action: React.SetStateAction<T>) => void

    A function that sets the state of a React component.

    Type Parameters

    • T

    Type Declaration

      • (action: React.SetStateAction<T>): void
      • Parameters

        • action: React.SetStateAction<T>

        Returns void