mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
export HelmetProps
This commit is contained in:
2
types/react-helmet/index.d.ts
vendored
2
types/react-helmet/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
interface HelmetProps {
|
||||
export interface HelmetProps {
|
||||
base?: any;
|
||||
bodyAttributes?: Object;
|
||||
defaultTitle?: string;
|
||||
|
||||
Reference in New Issue
Block a user