We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4da38 commit 14b06b2Copy full SHA for 14b06b2
src/types.ts
@@ -33,7 +33,7 @@ export interface HelmetTags {
33
34
export interface HelmetDatum {
35
toString(): string;
36
- toComponent(): React.Component<any>;
+ toComponent(): React.ReactElement[];
37
}
38
39
export interface HelmetHTMLBodyDatum {
0 commit comments