mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Vendored
+1
-1
@@ -104,5 +104,5 @@ export class NextScript extends React.Component<NextScriptProps> {}
|
||||
export default class Document<P = {}> extends React.Component<
|
||||
P & DefaultDocumentIProps & DocumentProps
|
||||
> {
|
||||
static getInitialProps(context: NextDocumentContext): DefaultDocumentIProps;
|
||||
static getInitialProps(context: NextDocumentContext): DefaultDocumentIProps | Promise<DefaultDocumentIProps>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user