components.d.ts 189 B

1234567
  1. // import cButton from '@common/src/components/frame/btn-1.vue'
  2. // declare module '@vue/runtime-core' {
  3. // export interface GlobalComponents {
  4. // cButton: typeof cButton
  5. // }
  6. // }