UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

7 lines (6 loc) 240 B
/// <reference types="react" /> import * as next from '../server/document'; export default class MyDocument extends next.Document { static getInitialProps(args: next.IDocumentGetInitialProps): Promise<any>; render(): JSX.Element; }