import * as React from "react"; import { ReactComponentProps } from "../interface"; export default function purify
(areEqual?: (prevProps: Readonly
, nextProps: Readonly
, prevState?: any, nextState?: any, prevContext?: any, nextContext?: any) => boolean):