export HelmetProps

This commit is contained in:
Yordis Prieto Lazo
2018-02-24 23:59:27 -08:00
parent f2fb883ac0
commit 3ab2bbfc12

View File

@@ -6,7 +6,7 @@
import * as React from "react";
interface HelmetProps {
export interface HelmetProps {
base?: any;
bodyAttributes?: Object;
defaultTitle?: string;