3.0.5 • Published 6 months ago

@types/react-document-meta v3.0.5

Weekly downloads
3,526
License
MIT
Repository
github
Last release
6 months ago

Installation

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

Summary

This package contains type definitions for react-document-meta (https://github.com/kodyl/react-document-meta#readme).

Details

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

index.d.ts

// Type definitions for react-document-meta 3.0
// Project: https://github.com/kodyl/react-document-meta#readme
// Definitions by: ulrichb <https://github.com/ulrichb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from 'react';

export interface DocumentMetaProps {
    children?: React.ReactNode;
    readonly title?: string | undefined;
    readonly description?: string | undefined;
    readonly canonical?: string | undefined;
}

declare class DocumentMeta extends React.Component<DocumentMetaProps> { }

export default DocumentMeta;

Additional Details

  • Last updated: Fri, 15 Oct 2021 18:02:02 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by ulrichb.

3.0.4

7 months ago

3.0.3

8 months ago

3.0.5

6 months ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

6 years ago