18 lines
689 B
TypeScript
18 lines
689 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BindPopup: typeof import('./src/components/bind-popup/index.vue')['default']
|
|
CheckFormPopup: typeof import('./src/components/check-form-popup/index.vue')['default']
|
|
CustomTabbar: typeof import('./src/components/custom-tabbar/index.vue')['default']
|
|
NutPopup: typeof import('@nutui/nutui-taro')['Popup']
|
|
NutSwitch: typeof import('@nutui/nutui-taro')['Switch']
|
|
OrderList: typeof import('./src/components/order-list/index.vue')['default']
|
|
}
|
|
}
|