rewright
    Preparing search index...

    Type Alias StateSetter

    StateSetter: (newValue: any) => void

    A type for a stateful setter function.

    Type declaration

      • (newValue: any): void
      • Parameters

        • newValue: any

        Returns void