chore(module): update

This commit is contained in:
Benjamin Canac
2024-03-07 16:08:48 +01:00
parent c79e6f188d
commit 7e19c30f80
6 changed files with 45 additions and 39 deletions

View File

@@ -2,25 +2,6 @@ import { defu } from 'defu'
import { createResolver, defineNuxtModule, addComponentsDir, addImportsDir, addVitePlugin, addPlugin, installModule } from '@nuxt/kit'
import tailwindcss from '@tailwindcss/vite'
import createTemplates from './templates'
// import type { DeepPartial } from './runtime/types'
// import * as theme from './runtime/theme'
// type UI = {
// primary?: string
// gray?: string
// [key: string]: any
// } & DeepPartial<typeof theme>
// declare module 'nuxt/schema' {
// interface AppConfigInput {
// ui?: UI
// }
// }
// declare module '@nuxt/schema' {
// interface AppConfigInput {
// ui?: UI
// }
// }
export interface ModuleOptions {
colors: string[]