@types/react-addons-pure-render-mixin
TypeScript icon, indicating that this package has built-in type declarations

0.14.24 • Public • Published

Installation

npm install --save @types/react-addons-pure-render-mixin

Summary

This package contains type definitions for react-addons-pure-render-mixin (http://facebook.github.io/react/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-pure-render-mixin.

index.d.ts

import { ComponentLifecycle } from "react";

declare var PureRenderMixin: PureRenderMixin;
export = PureRenderMixin;

interface PureRenderMixin {
    shouldComponentUpdate: NonNullable<ComponentLifecycle<any, any>["shouldComponentUpdate"]>;
}

Additional Details

  • Last updated: Sat, 06 Jan 2024 09:35:38 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Asana, AssureSign, and Microsoft.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-addons-pure-render-mixin

Weekly Downloads

607

Version

0.14.24

License

MIT

Unpacked Size

3.47 kB

Total Files

5

Last publish

Collaborators

  • types