Skip to content

Commit

Permalink
Fix dts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Nov 29, 2023
1 parent ace3532 commit 6dd151b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

// The mock is used for Next.js < 13, where the AppRouterProvider doesn't exist
export const AppRouterProvider: React.FC<React.PropsWithChildren> = ({ children }) => {
export const AppRouterProvider: React.FC<React.PropsWithChildren<{}>> = ({ children }) => {
return <>{children}</>;
};

0 comments on commit 6dd151b

Please sign in to comment.