1.1.10 • Published 6 months ago

@types/react-body-classname v1.1.10

Weekly downloads
4,467
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-body-classname

Summary

This package contains type definitions for react-body-classname (https://github.com/iest/react-body-classname).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-body-classname.

index.d.ts

// Type definitions for react-body-classname 1.1
// Project: https://github.com/iest/react-body-classname
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from "react";

export = BodyClassName;

declare class BodyClassName extends React.Component<{ children?: React.ReactElement, className: string }> {
    static canUseDOM: boolean;
    static displayName: string;
    static peek(): any;
    static rewind(): any;
}

Additional Details

  • Last updated: Tue, 19 Oct 2021 23:01:19 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Mohamed Hegazy.

1.1.9

7 months ago

1.1.8

8 months ago

1.1.10

6 months ago

1.1.7

3 years ago

1.1.6

5 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago