We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6a8a1 commit a0319fdCopy full SHA for a0319fd
src/types/page.d.ts
@@ -0,0 +1,5 @@
1
+import { NextPage } from "next";
2
+
3
+export type Page = NextPage<{
4
+ className: string;
5
+}>;
0 commit comments