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;