-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
38 lines (36 loc) · 2.43 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AiSummary: typeof import('./src/components/AiSummary.vue')['default']
ArticleCard: typeof import('./src/components/ArticleCard.vue')['default']
ArticleFooter: typeof import('./src/components/ArticleFooter.vue')['default']
BaseLayout: typeof import('./src/layouts/base.vue')['default']
DarkModeSwitcher: typeof import('./src/components/DarkModeSwitcher.vue')['default']
FunctionButtons: typeof import('./src/components/FunctionButtons.vue')['default']
GiscusComment: typeof import('./src/components/GiscusComment.vue')['default']
GiscusCommentInner: typeof import('./src/components/GiscusCommentInner.vue')['default']
HeadTitle: typeof import('./src/components/HeadTitle.vue')['default']
Heimu: typeof import('./src/components/Heimu.vue')['default']
Island: typeof import('./node_modules/.pnpm/[email protected]/node_modules/iles/dist/client/app/components/Island.vue')['default']
LikeButton: typeof import('./src/components/LikeButton.vue')['default']
NavigationBar: typeof import('./src/components/NavigationBar.vue')['default']
NotFound: typeof import('./src/components/NotFound.vue')['default']
NotGenerateByAI: typeof import('./src/components/NotGenerateByAI.vue')['default']
PostVisitorCounter: typeof import('./src/components/PostVisitorCounter.vue')['default']
ReadingLocationController: typeof import('./src/components/ReadingLocationController.vue')['default']
RenderFeed: typeof import('./node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@islands/feed/dist/render-feed')['RenderFeed']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TableofContent: typeof import('./src/components/TableofContent.vue')['default']
TagCard: typeof import('./src/components/TagCard.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TocInner: typeof import('./src/components/TocInner.vue')['default']
Ulink: typeof import('./src/components/Ulink.vue')['default']
WaifuCard: typeof import('./src/components/WaifuCard.vue')['default']
WaifuList: typeof import('./src/components/WaifuList.vue')['default']
}
}