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

2.0.9 • 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.

index.d.ts

import * as React from "react";

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

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

export default DocumentTitle;

Additional Details

  • Last updated: Fri, 15 Dec 2023 19:06:42 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Cleve Littlefield.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @types/react-document-title

Weekly Downloads

39,235

Version

2.0.9

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types