Skip to content

Commit 3174611

Browse files
committed
feat: add types
1 parent f166955 commit 3174611

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/types.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ export interface Options {
66
components: false | PresetImport[]
77
imports: PresetImport[]
88
}
9+
10+
11+
declare module "@nuxt/schema" {
12+
interface NuxtOptions {
13+
antd?: Partial<Options>
14+
}
15+
}

0 commit comments

Comments
 (0)