19 lines
654 B
TypeScript
19 lines
654 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 {
|
|
CarForm: typeof import('./src/components/CarForm.vue')['default']
|
|
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
|
NutForm: typeof import('@nutui/nutui-taro')['Form']
|
|
NutFormItem: typeof import('@nutui/nutui-taro')['FormItem']
|
|
NutInput: typeof import('@nutui/nutui-taro')['Input']
|
|
NutPopup: typeof import('@nutui/nutui-taro')['Popup']
|
|
NutToast: typeof import('@nutui/nutui-taro')['Toast']
|
|
}
|
|
}
|