Skip to content

Commit 8689ee1

Browse files
andipaetzoldstaylor
authored andcommitted
fix: use PropsWithChildren
1 parent 29ac5a8 commit 8689ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare module 'react-helmet-async' {
4343
prioritizeSeoTags?: boolean;
4444
}
4545

46-
export class Helmet extends React.Component<HelmetProps> {}
46+
export class Helmet extends React.Component<React.PropsWithChildren<HelmetProps>> {}
4747

4848
export interface HelmetServerState {
4949
base: HelmetDatum;

0 commit comments

Comments
 (0)