@wfrog/vc
Version:
vue3 组件库 vc
42 lines • 2.42 kB
TypeScript
// GlobalComponents for Volar
declare module 'vue' {
export interface GlobalComponents {
VcAwesomeIcon: typeof import('@wfrog/vc')['VcAwesomeIcon']
VcBackbottom: typeof import('@wfrog/vc')['VcBackbottom']
VcButton: typeof import('@wfrog/vc')['VcButton']
VcChatContainer: typeof import('@wfrog/vc')['VcChatContainer']
VcChoice: typeof import('@wfrog/vc')['VcChoice']
VcChoiceBoolean: typeof import('@wfrog/vc')['VcChoiceBoolean']
VcConfigProvider: typeof import('@wfrog/vc')['VcConfigProvider']
VcCropper: typeof import('@wfrog/vc')['VcCropper']
VcCurrency: typeof import('@wfrog/vc')['VcCurrency']
VcDaterangePicker: typeof import('@wfrog/vc')['VcDaterangePicker']
VcDialog: typeof import('@wfrog/vc')['VcDialog']
VcDialogCameraUpload: typeof import('@wfrog/vc')['VcDialogCameraUpload']
VcDialogMapPoint: typeof import('@wfrog/vc')['VcDialogMapPoint']
VcDialogUploadImages: typeof import('@wfrog/vc')['VcDialogUploadImages']
VcDrawer: typeof import('@wfrog/vc')['VcDrawer']
VcEasyPagination: typeof import('@wfrog/vc')['VcEasyPagination']
VcElIcon: typeof import('@wfrog/vc')['VcElIcon']
VcFlag: typeof import('@wfrog/vc')['VcFlag']
VcIcon: typeof import('@wfrog/vc')['VcIcon']
VcImage: typeof import('@wfrog/vc')['VcImage']
VcInput: typeof import('@wfrog/vc')['VcInput']
VcInputNumber: typeof import('@wfrog/vc')['VcInputNumber']
VcPcaPicker: typeof import('@wfrog/vc')['VcPcaPicker']
VcQrCode: typeof import('@wfrog/vc')['VcQrCode']
VcScreenfull: typeof import('@wfrog/vc')['VcScreenfull']
VcSelect: typeof import('@wfrog/vc')['VcSelect']
VcSinglePlayer: typeof import('@wfrog/vc')['VcSinglePlayer']
VcSvgIcon: typeof import('@wfrog/vc')['VcSvgIcon']
VcSwitch: typeof import('@wfrog/vc')['VcSwitch']
VcSyncScrollContainer: typeof import('@wfrog/vc')['VcSyncScrollContainer']
VcTags: typeof import('@wfrog/vc')['VcTags']
VcTextEllipsis: typeof import('@wfrog/vc')['VcTextEllipsis']
VcThousandInput: typeof import('@wfrog/vc')['VcThousandInput']
VcTinymce: typeof import('@wfrog/vc')['VcTinymce']
VcTreePicker: typeof import('@wfrog/vc')['VcTreePicker']
VcUploadFile: typeof import('@wfrog/vc')['VcUploadFile']
}
}
export {}