components.d.ts 504 B

123456789101112131415
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. NutButton: typeof import('@nutui/nutui-taro')['Button']
  9. NutCell: typeof import('@nutui/nutui-taro')['Cell']
  10. NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
  11. NutInput: typeof import('@nutui/nutui-taro')['Input']
  12. }
  13. }