File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import * as AllIcons from "@ant-design/icons-vue" ;
2
- import { Options } from "./types" ;
2
+ import type { Options } from "./types" ;
3
3
import { allComponents , allImports } from "./antdv" ;
4
4
5
5
export const libraryName = "ant-design-vue" ;
Original file line number Diff line number Diff line change 1
- import { Options } from "../types" ;
1
+ import type { Options } from "../types" ;
2
2
import { iconLibraryName , libraryName , prefix } from "../config"
3
3
import { addComponent } from "@nuxt/kit" ;
4
4
Original file line number Diff line number Diff line change 1
1
import { addImportsSources } from "@nuxt/kit" ;
2
- import { Options } from "../types" ;
2
+ import type { Options } from "../types" ;
3
3
import { libraryName } from "../config" ;
4
4
5
5
export const resolveImports = ( config :Options ) => {
Original file line number Diff line number Diff line change 1
1
import { defineNuxtModule } from '@nuxt/kit'
2
2
import { libraryName , defaults } from "./config"
3
3
import { resolveComponents , resolveImports } from "./core"
4
- import { Options } from './types'
4
+ import type { Options } from './types'
5
5
import { resolveOptions } from './core/options'
6
6
7
7
export default defineNuxtModule < Partial < Options > > ( {
You can’t perform that action at this time.
0 commit comments