@types/react-body-classname
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

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

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, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Mohamed Hegazy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-body-classname

Weekly Downloads

1,762

Version

1.1.10

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types