hongluan-business-ui
Version:
Hongluan Business Component Library for Vue 3
26 lines (24 loc) • 1.44 kB
TypeScript
// GlobalComponents for Volar
declare module 'vue' {
export interface GlobalComponents {
HbAlias: typeof import('hongluan-business-ui')['HbAlias']
HbAvatarList: typeof import('hongluan-business-ui')['HbAvatarList']
HbBanner: typeof import('hongluan-business-ui')['HbBanner']
HbConfirmableButton: typeof import('hongluan-business-ui')['HbConfirmableButton']
HbDataCollect: typeof import('hongluan-business-ui')['HbDataCollect']
HbDataFilter: typeof import('hongluan-business-ui')['HbDataFilter']
HbDockContainer: typeof import('hongluan-business-ui')['HbDockContainer']
HbEmpty: typeof import('hongluan-business-ui')['HbEmpty']
HbModelessDialog: typeof import('hongluan-business-ui')['HbModelessDialog']
HbOverflowList: typeof import('hongluan-business-ui')['HbOverflowList']
HbPopconfirm: typeof import('hongluan-business-ui')['HbPopconfirm']
HbSimpleTableList: typeof import('hongluan-business-ui')['HbSimpleTableList']
HbTableList: typeof import('hongluan-business-ui')['HbTableList']
HbTableSearchbar: typeof import('hongluan-business-ui')['HbTableSearchbar']
HbTableToolbar: typeof import('hongluan-business-ui')['HbTableToolbar']
HbTextOverflow: typeof import('hongluan-business-ui')['HbTextOverflow']
HbTreeSelector: typeof import('hongluan-business-ui')['HbTreeSelector']
HbTreeTransfer: typeof import('hongluan-business-ui')['HbTreeTransfer']
}
}
export {}