-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
components.d.ts
72 lines (70 loc) · 6.25 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
65
66
67
68
69
70
71
72
// 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 {
'[...all]': typeof import('./src/pages/homepage/[...all].vue')['default']
AuthProviderEmail: typeof import('./src/pages/login/components/AuthProviderEmail.vue')['default']
AuthProviders: typeof import('./src/pages/login/components/AuthProviders.vue')['default']
AutoCompleteCustomOne: typeof import('./src/pages/playground/projects/autocomplete-custom-one/AutoCompleteCustomOne.vue')['default']
AutocompleteCustomTwo: typeof import('./src/pages/playground/projects/autocomplete-custom-two/AutocompleteCustomTwo.vue')['default']
AutocompleteEndlessScroll: typeof import('./src/pages/playground/projects/autocomplete-endless-scroll/AutocompleteEndlessScroll.vue')['default']
BaseBtn: typeof import('./src/@core/components/BaseBtn.vue')['default']
BaseDivider: typeof import('./src/@core/components/BaseDivider.vue')['default']
BaseTable: typeof import('./src/@core/components/base-table/BaseTable.vue')['default']
BaseTableBody: typeof import('./src/@core/components/base-table/BaseTableBody.vue')['default']
BaseTableHead: typeof import('./src/@core/components/base-table/BaseTableHead.vue')['default']
BaseTableMenuButton: typeof import('./src/@core/components/base-table/BaseTableMenuButton.vue')['default']
BaseTableMenus: typeof import('./src/@core/components/base-table/BaseTableMenus.vue')['default']
BaseTableNoData: typeof import('./src/@core/components/base-table/BaseTableNoData.vue')['default']
BaseTableSearchField: typeof import('./src/@core/components/base-table/BaseTableSearchField.vue')['default']
BaseTableToolbar: typeof import('./src/@core/components/base-table/BaseTableToolbar.vue')['default']
BaseTableView: typeof import('./src/@core/components/base-table/BaseTableView.vue')['default']
CenterInputText: typeof import('./src/pages/playground/projects/center-input-text/CenterInputText.vue')['default']
Collective: typeof import('./src/pages/playground/projects/collective/Collective.vue')['default']
CreateAccount: typeof import('./src/pages/@secure/account/CreateAccount.vue')['default']
DAppView: typeof import('./src/layouts/components/default/app-view/DAppView.vue')['default']
Finance: typeof import('./src/pages/playground/projects/finance/Finance.vue')['default']
FourLanding: typeof import('./src/pages/homepage/components/FourLanding.vue')['default']
GAppBar: typeof import('./src/@core/components/global-app-bar/GAppBar.vue')['default']
GAppBarTabs: typeof import('./src/@core/components/global-app-bar/GAppBarTabs.vue')['default']
GAppBarThemeSwitch: typeof import('./src/@core/components/global-app-bar/GAppBarThemeSwitch.vue')['default']
GLoginBtn: typeof import('./src/@core/components/global-app-bar/GLoginBtn.vue')['default']
GPlaygroundBtn: typeof import('./src/@core/components/global-app-bar/GPlaygroundBtn.vue')['default']
GradientTitle: typeof import('./src/@core/components/GradientTitle.vue')['default']
GTestRouteButton: typeof import('./src/@core/components/global-app-bar/GTestRouteButton.vue')['default']
HomeLanding: typeof import('./src/pages/homepage/components/HomeLanding.vue')['default']
HomeSubtitle: typeof import('./src/pages/homepage/components/HomeSubtitle.vue')['default']
LazyScrollCards: typeof import('./src/pages/playground/projects/lazy-scroll-cards/LazyScrollCards.vue')['default']
LazyScrollList: typeof import('./src/pages/playground/projects/lazy-scroll-list/LazyScrollList.vue')['default']
LazyScrollListFakeData: typeof import('./src/pages/playground/projects/Lazy-scroll-list-fake-data/LazyScrollListFakeData.vue')['default']
Login: typeof import('./src/pages/login/Login.vue')['default']
Overview: typeof import('./src/pages/@secure/account/Overview.vue')['default']
OverviewTwo: typeof import('./src/pages/@secure/account/OverviewTwo.vue')['default']
Playground: typeof import('./src/pages/playground/playground-landing/Playground.vue')['default']
PlaygroundList: typeof import('./src/pages/playground/playground-landing/components/PlaygroundList.vue')['default']
PlaygroundWrapper: typeof import('./src/pages/playground/playground-landing/components/PlaygroundWrapper.vue')['default']
RatingCardOverview: typeof import('./src/pages/playground/projects/rating-card-overview/RatingCardOverview.vue')['default']
RatingSlides: typeof import('./src/pages/playground/projects/rating-slides/RatingSlides.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SAppBar: typeof import('./src/layouts/components/secure/app-bar/SAppBar.vue')['default']
SAppBarLogo: typeof import('./src/layouts/components/secure/app-bar/SAppBarLogo.vue')['default']
SAppView: typeof import('./src/layouts/components/secure/app-view/SAppView.vue')['default']
SDrawer: typeof import('./src/layouts/components/secure/app-drawer/SDrawer.vue')['default']
ShakeElement: typeof import('./src/pages/playground/projects/shake-element/ShakeElement.vue')['default']
SkriptagGithub: typeof import('./src/@core/components/SkriptagGithub.vue')['default']
SkriptagTitle: typeof import('./src/@core/components/SkriptagTitle.vue')['default']
SLoginBtn: typeof import('./src/layouts/components/secure/app-bar/SLoginBtn.vue')['default']
SPlaygroundBtn: typeof import('./src/layouts/components/secure/app-bar/SPlaygroundBtn.vue')['default']
SplitImage: typeof import('./src/@core/components/base-split-view/SplitImage.vue')['default']
SplitLeftCol: typeof import('./src/@core/components/base-split-view/SplitLeftCol.vue')['default']
SplitRightCol: typeof import('./src/@core/components/base-split-view/SplitRightCol.vue')['default']
SplitView: typeof import('./src/@core/components/base-split-view/SplitView.vue')['default']
Table: typeof import('./src/pages/playground/projects/table/Table.vue')['default']
TableMultiple: typeof import('./src/pages/playground/projects/table-multiple/TableMultiple.vue')['default']
Undefined: typeof import('./src/pages/homepage/index.vue')['default']
}
}