rsnext/packages/next/head.d.ts
Tim Neutkens c9d599b698
Add .d.ts for next-server (#7133)
* Add .d.ts files

* Drop next declarations from index.d.ts

* Bring back number of errors

* Fix more errors

* Fix rewriteUrlForExport
2019-04-24 16:47:50 +02:00

2 lines
74 B
TypeScript

export * from 'next-server/head'
export {default} from 'next-server/head'