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

2.0.10 • Public • Published

Installation

npm install --save @types/react-document-title

Summary

This package contains type definitions for react-document-title (https://github.com/gaearon/react-document-title).

Details

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

import * as React from "react";

declare namespace DocumentTitle {
    interface DocumentTitleProps {
        title: string;
        children?: React.ReactElement | number | string | null | undefined;
    }
}

declare class DocumentTitle extends React.Component<DocumentTitle.DocumentTitleProps> {}

export = DocumentTitle;

Additional Details

  • Last updated: Mon, 07 Oct 2024 22:38:10 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Cleve Littlefield.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-document-title

Weekly Downloads

26,173

Version

2.0.10

License

MIT

Unpacked Size

3.38 kB

Total Files

5

Last publish

Collaborators

  • types