diff --git a/src/components.d.ts b/src/components.d.ts index db751ef..2f1f98e 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -27,9 +27,16 @@ declare module 'vue' { ListLink: typeof import('./components/SideNav/ListLink.vue')['default'] NaiveuiProvider: typeof import('./components/NaiveuiProvider.vue')['default'] NAlert: typeof import('naive-ui')['NAlert'] + NButton: typeof import('naive-ui')['NButton'] + NCard: typeof import('naive-ui')['NCard'] + NEmpty: typeof import('naive-ui')['NEmpty'] + NFlex: typeof import('naive-ui')['NFlex'] NLi: typeof import('naive-ui')['NLi'] + NPagination: typeof import('naive-ui')['NPagination'] NProgress: typeof import('./components/NProgress.vue')['default'] NSpace: typeof import('naive-ui')['NSpace'] + NTabPane: typeof import('naive-ui')['NTabPane'] + NTabs: typeof import('naive-ui')['NTabs'] NTag: typeof import('naive-ui')['NTag'] NUl: typeof import('naive-ui')['NUl'] Placeholder: typeof import('./components/Placeholder.vue')['default']