UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

12 lines (10 loc) 306 B
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 {}