mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Init
This commit is contained in:
6
types/index.ts
Normal file
6
types/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { NextPage } from 'next';
|
||||
import { ReactElement } from 'react';
|
||||
|
||||
export type NextPageWithLayout = {
|
||||
getLayout(page: ReactElement): JSX.Element;
|
||||
} & NextPage;
|
Reference in New Issue
Block a user