微信小程序,访客邀约
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
704 B

  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Counter: typeof import('./src/components/Counter.vue')['default']
  10. Notification: typeof import('./src/components/notification/index.vue')['default']
  11. NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
  12. NutCollapse: typeof import('@nutui/nutui-taro')['Collapse']
  13. NutCollapseItem: typeof import('@nutui/nutui-taro')['CollapseItem']
  14. NutDivider: typeof import('@nutui/nutui-taro')['Divider']
  15. NutNavbar: typeof import('@nutui/nutui-taro')['Navbar']
  16. }
  17. }