rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

PureComponent is imported but never used #1365

Open caiohdeg opened 2 years ago

caiohdeg commented 2 years ago
//node_modules/redux-persist/types/integration/react.d.ts

declare module "redux-persist/integration/react" {
  import { ReactNode, PureComponent } from "react";
  import { Persistor } from "redux-persist/es/types";

  /** @see PersistGate */