// GlobalComponents for Volar
declare module "@vue/runtime-core" {
  export interface GlobalComponents {
    VacConfigProvider: (typeof import("vue-admin-core"))["VacConfigProvider"];
    VacHeader: (typeof import("vue-admin-core"))["VacHeader"];
    VacTableSelect: (typeof import("vue-admin-core"))["VacTableSelect"];
  }

  interface ComponentCustomProperties {}
}

export {};
