Signature: ((params: Config.EffectCleanupParams.Signature) => void | {
    [UNDEFINED_VOID_ONLY]: never;
})

The cleanup function for the effect.

Type declaration

    • (params): void | {
          [UNDEFINED_VOID_ONLY]: never;
      }
    • Parameters

      Returns void | {
          [UNDEFINED_VOID_ONLY]: never;
      }

      void or a cleanup function.