@types/react-helmet-async
Advanced tools
Comparing version 1.0.0 to 1.0.1
// Type definitions for react-helmet-async 1.0 | ||
// Project: https://github.com/staylor/react-helmet-async, https://github.com/nytimes/react-helmet-async | ||
// Project: https://github.com/staylor/react-helmet-async | ||
// Definitions by: forabi <https://github.com/forabi> | ||
// dobesv <https://github.com/dobesv> | ||
// Daniel Perez Alvarez <https://github.com/unindented> | ||
@@ -8,7 +9,8 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import * as React from "react"; | ||
import { HelmetData } from "react-helmet"; | ||
import * as React from 'react'; | ||
export { default as Helmet } from "react-helmet"; | ||
import { Helmet, HelmetData } from 'react-helmet'; | ||
export { Helmet, HelmetData }; | ||
export interface PopulatedContext { | ||
@@ -15,0 +17,0 @@ helmet: HelmetData; |
{ | ||
"name": "@types/react-helmet-async", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for react-helmet-async", | ||
@@ -13,2 +13,7 @@ "license": "MIT", | ||
{ | ||
"name": "dobesv", | ||
"url": "https://github.com/dobesv", | ||
"githubUsername": "dobesv" | ||
}, | ||
{ | ||
"name": "Daniel Perez Alvarez", | ||
@@ -31,4 +36,4 @@ "url": "https://github.com/unindented", | ||
}, | ||
"typesPublisherContentHash": "e85a9ce6dfb6d175a98716448835aa81aa9e831b3fb25bfdc37b8a050c53f843", | ||
"typesPublisherContentHash": "ea5f61b6f639d3c0c5c76083a95485e6b9d000e341be9f10e02b066b258e02fb", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-helmet-async ( https://github.com/staylor/react-helmet-async ). | ||
This package contains type definitions for react-helmet-async (https://github.com/staylor/react-helmet-async). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 03 Apr 2019 02:21:00 GMT | ||
* Last updated: Wed, 09 Oct 2019 04:25:14 GMT | ||
* Dependencies: @types/react, @types/react-helmet | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by forabi <https://github.com/forabi>, Daniel Perez Alvarez <https://github.com/unindented>. | ||
These definitions were written by forabi <https://github.com/forabi>, dobesv <https://github.com/dobesv>, and Daniel Perez Alvarez <https://github.com/unindented>. |
3577
17