Skip to content

Commit d4b3eb0

Browse files
andipaetzoldstaylor
authored andcommitted
chore: revert auto format
1 parent 8689ee1 commit d4b3eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ declare module 'react-helmet-async' {
8383
}
8484

8585
export class HelmetData {
86-
constructor(context: any);
86+
constructor(context: any)
8787
context: {
88-
helmet: HelmetServerState;
89-
};
88+
helmet: HelmetServerState
89+
}
9090
}
9191

9292
export class HelmetProvider extends React.Component<React.PropsWithChildren<ProviderProps>> {

0 commit comments

Comments
 (0)