Files
urldb/web/components.d.ts

18 lines
524 B
TypeScript
Raw Normal View History

2025-07-12 07:09:18 +08:00
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
2025-07-20 21:56:00 +08:00
NAlert: typeof import('naive-ui')['NAlert']
2025-07-12 08:15:25 +08:00
NButton: typeof import('naive-ui')['NButton']
2025-07-20 21:56:00 +08:00
NSelect: typeof import('naive-ui')['NSelect']
2025-07-12 07:09:18 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}