This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcomponents.d.ts
64 lines (62 loc) · 4.33 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AgendaTable: typeof import('./src/components/Agenda/Table.vue')['default']
ArrowBox: typeof import('./src/components/ArrowBox.vue')['default']
ArrowDialog: typeof import('./src/components/ArrowDialog.vue')['default']
BlockTitle: typeof import('./src/components/BlockTitle.vue')['default']
Btn: typeof import('./src/components/Btn.vue')['default']
CatCorner: typeof import('./src/components/cat/Corner.vue')['default']
CatCover: typeof import('./src/components/cat/Cover.vue')['default']
CatFlatLeft: typeof import('./src/components/cat/FlatLeft.vue')['default']
CatFlatVertical: typeof import('./src/components/cat/FlatVertical.vue')['default']
CatHeadBlack: typeof import('./src/components/cat/HeadBlack.vue')['default']
CatKonami: typeof import('./src/components/cat/Konami.vue')['default']
CfpAgendaCard: typeof import('./src/components/cfp/AgendaCard.vue')['default']
CfpAgendaType: typeof import('./src/components/cfp/AgendaType.vue')['default']
CfpBackBtn: typeof import('./src/components/cfp/BackBtn.vue')['default']
CfpBlockTitle: typeof import('./src/components/cfp/BlockTitle.vue')['default']
CfpCard: typeof import('./src/components/cfp/Card.vue')['default']
CfpCards: typeof import('./src/components/cfp/Cards.vue')['default']
CfpCoc: typeof import('./src/components/cfp/coc.vue')['default']
CfpDateLinks: typeof import('./src/components/cfp/DateLinks.vue')['default']
CfpDivider: typeof import('./src/components/cfp/Divider.vue')['default']
CfpFooter: typeof import('./src/components/cfp/Footer.vue')['default']
CfpGlassBox: typeof import('./src/components/cfp/GlassBox.vue')['default']
CfpLogoCatInAMaze: typeof import('./src/components/cfp/logo/CatInAMaze.vue')['default']
CfpLogoSitcon: typeof import('./src/components/cfp/logo/Sitcon.vue')['default']
CfpPrevSite: typeof import('./src/components/cfp/PrevSite.vue')['default']
CfpQuestionAnswer: typeof import('./src/components/cfp/QuestionAnswer.vue')['default']
CfpQuestionBox: typeof import('./src/components/cfp/QuestionBox.vue')['default']
CfpRadBtn: typeof import('./src/components/cfp/RadBtn.vue')['default']
CfpRoundBtn: typeof import('./src/components/cfp/RoundBtn.vue')['default']
CfpRoundedGlassBox: typeof import('./src/components/cfp/RoundedGlassBox.vue')['default']
CfpSchedule: typeof import('./src/components/cfp/Schedule.vue')['default']
CfpSessionTypeCard: typeof import('./src/components/cfp/SessionTypeCard.vue')['default']
CfpSubmissionBtn: typeof import('./src/components/cfp/SubmissionBtn.vue')['default']
CfpSubmissionNotice: typeof import('./src/components/cfp/SubmissionNotice.vue')['default']
CfpSubmissionPersonalInfo: typeof import('./src/components/cfp/SubmissionPersonalInfo.vue')['default']
CfpTimer: typeof import('./src/components/cfp/Timer.vue')['default']
ConfettiExplosion: typeof import('./src/components/ConfettiExplosion.vue')['default']
FooterItem: typeof import('./src/components/FooterItem.vue')['default']
GeneralHead: typeof import('./src/components/GeneralHead.vue')['default']
LocationMap: typeof import('./src/components/LocationMap.vue')['default']
Markdown: typeof import('./src/components/Markdown.vue')['default']
MintBox: typeof import('./src/components/MintBox.vue')['default']
Modal: typeof import('./src/components/modal.vue')['default']
NavBar: typeof import('./src/components/NavBar.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SignUpDialog: typeof import('./src/components/SignUpDialog.vue')['default']
StatsBlock: typeof import('./src/components/StatsBlock.vue')['default']
SvgArrow: typeof import('./src/components/svg/Arrow.vue')['default']
SvgSitcon: typeof import('./src/components/svg/sitcon.vue')['default']
SvgX: typeof import('./src/components/svg/X.vue')['default']
SvgXCatInAMaze: typeof import('./src/components/svg/XCatInAMaze.vue')['default']
ThingsMustDoDialog: typeof import('./src/components/ThingsMustDoDialog.vue')['default']
}
}
export {}