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
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: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/react
Credits
These definitions were written by ulrichb.