DefinitelyTyped/types/next
Drew Hays 0429e70ac5 Fix a few next.js type issues (#18262)
- Some of the `render` parameters should've been made optional.
- The export style of the `'next'` module wasn't correct.
- Added some missing static methods to `Head`
- Some readonly properties of `Router` can be `undefined`.

Note that this also means that `'next'` technically needs to be imported
like `import next = require('next');`
2017-07-24 10:32:29 -07:00
..
test Fix a few next.js type issues (#18262) 2017-07-24 10:32:29 -07:00
index.d.ts Fix a few next.js type issues (#18262) 2017-07-24 10:32:29 -07:00
next-tests.ts Fix a few next.js type issues (#18262) 2017-07-24 10:32:29 -07:00
tsconfig.json passes tests now 2017-07-05 11:43:50 -07:00
tslint.json fix "expect" in tslint 2017-07-05 12:30:20 -07:00