forked from vipzhicheng/logseq-plugin-move-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
24 lines (22 loc) · 862 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
NButton: typeof import('naive-ui')['NButton']
NDatePicker: typeof import('naive-ui')['NDatePicker']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NIcon: typeof import('naive-ui')['NIcon']
NModal: typeof import('naive-ui')['NModal']
NRadio: typeof import('naive-ui')['NRadio']
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
NTooltip: typeof import('naive-ui')['NTooltip']
Target: typeof import('./src/components/Target.vue')['default']
}
}