-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
64 lines (62 loc) · 4.42 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
/* 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 {
AboutIcon: typeof import('./src/components/Icons/AboutIcon.vue')['default']
AttackIcon: typeof import('./src/components/Icons/AttackIcon.vue')['default']
BannedChampions: typeof import('./src/components/BannedChampions.vue')['default']
BrainIcon: typeof import('./src/components/Icons/BrainIcon.vue')['default']
ChampionCard: typeof import('./src/components/ChampionCard.vue')['default']
ChampionInfo: typeof import('./src/components/Icons/ChampionInfo.vue')['default']
ChampionMastery: typeof import('./src/components/ChampionMastery.vue')['default']
CheckMark: typeof import('./src/components/Icons/CheckMark.vue')['default']
ChevronRight: typeof import('./src/components/Icons/ChevronRight.vue')['default']
ChevronTop: typeof import('./src/components/Icons/ChevronTop.vue')['default']
CrossMarkIcon: typeof import('./src/components/Icons/CrossMarkIcon.vue')['default']
ErrorComponent: typeof import('./src/components/ErrorComponent.vue')['default']
FeaturedGamesCard: typeof import('./src/components/FeaturedGamesCard.vue')['default']
FeaturedGamesIcon: typeof import('./src/components/Icons/FeaturedGamesIcon.vue')['default']
FeaturedGamesTimeSlot: typeof import('./src/components/FeaturedGamesTimeSlot.vue')['default']
FilterComponent: typeof import('./src/components/FilterComponent.vue')['default']
HomeIcon: typeof import('./src/components/Icons/HomeIcon.vue')['default']
LiveGame: typeof import('./src/components/LiveGame.vue')['default']
LiveGameTeamInfo: typeof import('./src/components/LiveGameTeamInfo.vue')['default']
LogosTypescriptIcon: typeof import('~icons/logos/typescript-icon')['default']
LogosVitejs: typeof import('~icons/logos/vitejs')['default']
LogosVue: typeof import('~icons/logos/vue')['default']
MagicIcon: typeof import('./src/components/Icons/MagicIcon.vue')['default']
MatchHistoryChart: typeof import('./src/components/MatchHistoryChart.vue')['default']
MatchHistoryInfo: typeof import('./src/components/MatchHistoryInfo.vue')['default']
MatchHistorySummoners: typeof import('./src/components/MatchHistorySummoners.vue')['default']
MatchHistoryTeam: typeof import('./src/components/MatchHistoryTeam.vue')['default']
MatchHistoryTeamDataTable: typeof import('./src/components/MatchHistoryTeamDataTable.vue')['default']
MenuIcon: typeof import('./src/components/Icons/MenuIcon.vue')['default']
MobileSideBar: typeof import('./src/components/MobileSideBar.vue')['default']
OkIcon: typeof import('./src/components/Icons/OkIcon.vue')['default']
RefreshIcon: typeof import('./src/components/Icons/RefreshIcon.vue')['default']
ReloadPWA: typeof import('./src/components/ReloadPWA.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchForSummoner: typeof import('./src/components/SearchForSummoner.vue')['default']
ServerStatusCard: typeof import('./src/components/ServerStatusCard.vue')['default']
ShieldIcon: typeof import('./src/components/Icons/ShieldIcon.vue')['default']
StatisticsIcon: typeof import('./src/components/Icons/StatisticsIcon.vue')['default']
StatsIcon: typeof import('./src/components/Icons/StatsIcon.vue')['default']
StatusIcon: typeof import('./src/components/Icons/StatusIcon.vue')['default']
SummonerFirstTab: typeof import('./src/components/SummonerFirstTab.vue')['default']
SummonerLeagueInformation: typeof import('./src/components/SummonerLeagueInformation.vue')['default']
SummonerPageSkeletons: typeof import('./src/components/SummonerPageSkeletons.vue')['default']
SummonersInfo: typeof import('./src/components/SummonersInfo.vue')['default']
SummonersRankedInfo: typeof import('./src/components/SummonersRankedInfo.vue')['default']
SummonersTable: typeof import('./src/components/SummonersTable.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
VercelLogo: typeof import('./src/components/Icons/VercelLogo.vue')['default']
WarningIcon: typeof import('./src/components/Icons/WarningIcon.vue')['default']
YummiIcon: typeof import('./src/components/Icons/YummiIcon.vue')['default']
}
}