Skip to content

Commit

Permalink
Revert "chore: revert auto format"
Browse files Browse the repository at this point in the history
This reverts commit 8818bbe.
  • Loading branch information
andipaetzold authored and staylor committed Apr 11, 2022
1 parent d4b3eb0 commit 24bb1b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Expand Up @@ -83,10 +83,10 @@ declare module 'react-helmet-async' {
}

export class HelmetData {
constructor(context: any)
constructor(context: any);
context: {
helmet: HelmetServerState
}
helmet: HelmetServerState;
};
}

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

0 comments on commit 24bb1b1

Please sign in to comment.