GetDerivedStateFromProps<P, S>: ((nextProps: Readonly<P>, prevState: S) => Partial<S> | null)

Type Parameters

  • P
  • S