text-recover/components.d.ts

18 lines
556 B
TypeScript
Raw Permalink Normal View History

2024-03-14 15:44:56 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
2024-04-25 15:11:57 +08:00
NButton: typeof import('naive-ui')['NButton']
2024-03-14 21:55:01 +08:00
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
2024-04-25 15:11:57 +08:00
NIcon: typeof import('naive-ui')['NIcon']
2024-03-14 15:44:56 +08:00
NInput: typeof import('naive-ui')['NInput']
2024-04-25 15:11:57 +08:00
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
2024-03-14 15:44:56 +08:00
NTable: typeof import('naive-ui')['NTable']
}
}