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.
|
- /* 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 {
- Counter: typeof import('./src/components/Counter.vue')['default']
- Notification: typeof import('./src/components/notification/index.vue')['default']
- NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
- NutCollapse: typeof import('@nutui/nutui-taro')['Collapse']
- NutCollapseItem: typeof import('@nutui/nutui-taro')['CollapseItem']
- NutDivider: typeof import('@nutui/nutui-taro')['Divider']
- NutNavbar: typeof import('@nutui/nutui-taro')['Navbar']
- }
- }
|