Skip to content

Commit

Permalink
fix(types): switch to named type export (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 8, 2021
1 parent bc48f34 commit 9837649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { NuxtConfig } from '@nuxt/types'

export default (_config: NuxtConfig) => NuxtConfig
export declare const withDocus: (_config: NuxtConfig) => NuxtConfig

1 comment on commit 9837649

@vercel
Copy link

@vercel vercel bot commented on 9837649 Mar 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.