Search
    Preparing search index...

    Type Alias GetDerivedStateFromError<P, S>

    GetDerivedStateFromError: (error: any) => Partial<S> | null

    Type Parameters

    • P
    • S

    Type declaration

      • (error: any): Partial<S> | null
      • Parameters

        • error: any

        Returns Partial<S> | null