mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-16 13:08:06 +01:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
declare module '#build/app.config' {
|
|
import type { AppConfigUI } from '@nuxt/ui/unplugin'
|
|
|
|
const _default: { ui?: AppConfigUI }
|
|
export default _default
|
|
}
|