Skip to content

Commit

Permalink
Added default export
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Nov 6, 2021
1 parent 8b8c321 commit f6876f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
/// <reference path="./script.d.ts" />
/// <reference path="./server.d.ts" />

export { default } from './types'
export * from './types'

0 comments on commit f6876f4

Please sign in to comment.