From 3ab2bbfc12fac8cd7d531c4e7c399f72820a17e9 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Lazo Date: Sat, 24 Feb 2018 23:59:27 -0800 Subject: [PATCH] export HelmetProps --- types/react-helmet/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-helmet/index.d.ts b/types/react-helmet/index.d.ts index 4a2a9e46c8..57ac67f2a7 100644 --- a/types/react-helmet/index.d.ts +++ b/types/react-helmet/index.d.ts @@ -6,7 +6,7 @@ import * as React from "react"; -interface HelmetProps { +export interface HelmetProps { base?: any; bodyAttributes?: Object; defaultTitle?: string;