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