jobsys-mpower
Version:
Enhanced component based on Taro & NutUI
18 lines (16 loc) • 588 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 {
NutButton: typeof import('@nutui/nutui-taro')['Button']
NutPicker: typeof import('@nutui/nutui-taro')['Picker']
NutPopup: typeof import('@nutui/nutui-taro')['Popup']
NutSkeleton: typeof import('@nutui/nutui-taro')['Skeleton']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}