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 e827183 commit a657bccCopy full SHA for a657bcc
index.d.ts
@@ -59,7 +59,7 @@ declare module 'react-helmet-async' {
59
60
export interface HelmetDatum {
61
toString(): string;
62
- toComponent(): React.Component<any>;
+ toComponent(): React.ReactElement[];
63
}
64
65
export interface HelmetHTMLBodyDatum {
0 commit comments