Skip to content

Commit

Permalink
chore: revert auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold authored and staylor committed Apr 11, 2022
1 parent 8689ee1 commit d4b3eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
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 d4b3eb0

Please sign in to comment.