declare module 'vue' {
  // GlobalComponents for Volar
  export interface GlobalComponents {
    // ! [component] update everytime
    YhConfigProvider: typeof import('yhui')['YhConfigProvider']
    YhDialog: typeof import('yhui')['YhDialog']
    YhTable: typeof import('yhui')['YhTable']
  }
}

export {}
