shims-uni.d.ts 171 B

12345678
  1. import '@vue/runtime-core'
  2. declare module '@vue/runtime-core' {
  3. interface ComponentCustomProperties {
  4. __VLS_elementAsFunction: any
  5. __VLS_intrinsicElements: any
  6. }
  7. }