We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f166955 commit 3174611Copy full SHA for 3174611
src/types.ts
@@ -6,3 +6,10 @@ export interface Options {
6
components: false | PresetImport[]
7
imports: PresetImport[]
8
}
9
+
10
11
+declare module "@nuxt/schema" {
12
+ interface NuxtOptions {
13
+ antd?: Partial<Options>
14
+ }
15
+}
0 commit comments