mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore(module): update
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user