51 lines
3.6 KiB
TypeScript
51 lines
3.6 KiB
TypeScript
/* eslint-disable */
|
||
// @ts-nocheck
|
||
// biome-ignore lint: disable
|
||
// oxlint-disable
|
||
// ------
|
||
// Generated by unplugin-vue-components
|
||
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
||
export {}
|
||
|
||
/* prettier-ignore */
|
||
declare module 'vue' {
|
||
export interface GlobalComponents {
|
||
Cs_PrivacyPolicyView: typeof import('./src/components/terms/cs_PrivacyPolicyView.vue')['default']
|
||
Cs_TermsAndConditionsView: typeof import('./src/components/terms/cs_TermsAndConditionsView.vue')['default']
|
||
En_PrivacyPolicyView: typeof import('./src/components/terms/en_PrivacyPolicyView.vue')['default']
|
||
En_TermsAndConditionsView: typeof import('./src/components/terms/en_TermsAndConditionsView.vue')['default']
|
||
LangSwitch: typeof import('./src/components/inner/langSwitch.vue')['default']
|
||
PageAddresses: typeof import('./src/components/customer/PageAddresses.vue')['default']
|
||
PageProductCardFull: typeof import('./src/components/customer/PageProductCardFull.vue')['default']
|
||
Pl_PrivacyPolicyView: typeof import('./src/components/terms/pl_PrivacyPolicyView.vue')['default']
|
||
Pl_TermsAndConditionsView: typeof import('./src/components/terms/pl_TermsAndConditionsView.vue')['default']
|
||
ProductCardFull: typeof import('./src/components/customer/ProductCardFull.vue')['default']
|
||
ProductCustomization: typeof import('./src/components/customer/components/ProductCustomization.vue')['default']
|
||
ProductDetailView: typeof import('./src/components/admin/ProductDetailView.vue')['default']
|
||
ProductsView: typeof import('./src/components/admin/ProductsView.vue')['default']
|
||
ProductVariants: typeof import('./src/components/customer/components/ProductVariants.vue')['default']
|
||
'ProductСustomization': typeof import('./src/components/customer/components/ProductСustomization.vue')['default']
|
||
RouterLink: typeof import('vue-router')['RouterLink']
|
||
RouterView: typeof import('vue-router')['RouterView']
|
||
ThemeSwitch: typeof import('./src/components/inner/themeSwitch.vue')['default']
|
||
TopBar: typeof import('./src/components/TopBar.vue')['default']
|
||
TopBarLogin: typeof import('./src/components/TopBarLogin.vue')['default']
|
||
UAlert: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Alert.vue')['default']
|
||
UButton: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Button.vue')['default']
|
||
UCard: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Card.vue')['default']
|
||
UCheckbox: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Checkbox.vue')['default']
|
||
UDrawer: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Drawer.vue')['default']
|
||
UForm: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Form.vue')['default']
|
||
UFormField: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/FormField.vue')['default']
|
||
UIcon: typeof import('./node_modules/@nuxt/ui/dist/runtime/vue/components/Icon.vue')['default']
|
||
UInput: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Input.vue')['default']
|
||
UInputNumber: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/InputNumber.vue')['default']
|
||
UModal: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Modal.vue')['default']
|
||
UPagination: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Pagination.vue')['default']
|
||
USelect: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Select.vue')['default']
|
||
USelectMenu: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/SelectMenu.vue')['default']
|
||
UTable: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Table.vue')['default']
|
||
}
|
||
}
|