UNPKG

vue-admin-core

Version:
13 lines (10 loc) 380 B
// 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 {};