mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +02:00
fix tsc issue
This commit is contained in:
parent
93c77d4cc3
commit
4d1fd5e9ce
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ declare module '@theme/NotFound' {
|
|||
export default function NotFound(): JSX.Element;
|
||||
}
|
||||
|
||||
declare module '@theme/NotFound/Content' {
|
||||
export default function NotFoundContent(): JSX.Element;
|
||||
}
|
||||
|
||||
declare module '@theme/Root' {
|
||||
import type {ReactNode} from 'react';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue