rsnext/packages/next/pages
Luis Fernando Alvarez D 29f71bfcba Add more TypeScript types (#7054)
* Moved server/lib/utils.js to Typescript

* moved _app.js to Typescript

* Moved _error.js to Typescript

* Added argument for custom props in _app and _error

* Moved _document.js to Typescript

* updated one test

* Updated types and added a validation for _document props

* Improved types

* Fixed some types

* Updated AppType

* Fixed some tests

* Added missing import

* Removed a not very useful type

* Fix missing type

* Move @types/styled-jsx

* Fix typescript errors
2019-04-22 19:55:03 +02:00
..
_app.tsx Add more TypeScript types (#7054) 2019-04-22 19:55:03 +02:00
_document.tsx Add more TypeScript types (#7054) 2019-04-22 19:55:03 +02:00
_error.tsx Add more TypeScript types (#7054) 2019-04-22 19:55:03 +02:00