Skip to content

Commit b54917c

Browse files
Billy Kwokstaylor
authored andcommitted
fix: add missing types for props prioritizeSeoTags and server state priority
1 parent f671185 commit b54917c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ declare module 'react-helmet-async' {
3939
title?: string;
4040
titleAttributes?: Object;
4141
titleTemplate?: string;
42+
prioritizeSeoTags?: boolean;
4243
}
4344

4445
export class Helmet extends React.Component<HelmetProps> {
@@ -55,6 +56,7 @@ declare module 'react-helmet-async' {
5556
style: HelmetDatum;
5657
title: HelmetDatum;
5758
titleAttributes: HelmetDatum;
59+
priority: HelmetDatum;
5860
}
5961

6062
export interface HelmetDatum {

0 commit comments

Comments
 (0)