@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
45 lines (43 loc) • 3.17 kB
TypeScript
declare module 'vue' {
export interface GlobalComponents {
'pit-dialog': typeof import('@pit-front-end/components')['PitDialog']
'PitDialog': typeof import('@pit-front-end/components')['PitDialog']
'pit-icon-box': typeof import('@pit-front-end/components')['PitIconBox']
'PitIconBox': typeof import('@pit-front-end/components')['PitIconBox']
'pit-input': typeof import('@pit-front-end/components')['PitInput']
'PitInput': typeof import('@pit-front-end/components')['PitInput']
'pit-textarea': typeof import('@pit-front-end/components')['PitTextarea']
'PitTextarea': typeof import('@pit-front-end/components')['PitTextarea']
'pit-add-date-picker': typeof import('@pit-front-end/components')['PitAddDatePicker']
'PitAddDatePicker': typeof import('@pit-front-end/components')['PitAddDatePicker']
'pit-bill-tree-dialog': typeof import('@pit-front-end/components')['PitBillTreeDialog']
'PitBillTreeDialog': typeof import('@pit-front-end/components')['PitBillTreeDialog']
'pit-collapse': typeof import('@pit-front-end/components')['PitCollapse']
'PitCollapse': typeof import('@pit-front-end/components')['PitCollapse']
'pit-dialog-header': typeof import('@pit-front-end/components')['PitDialogHeader']
'PitDialogHeader': typeof import('@pit-front-end/components')['PitDialogHeader']
'pit-drawer': typeof import('@pit-front-end/components')['PitDrawer']
'PitDrawer': typeof import('@pit-front-end/components')['PitDrawer']
'pit-input-formatter': typeof import('@pit-front-end/components')['PitInputFormatter']
'PitInputFormatter': typeof import('@pit-front-end/components')['PitInputFormatter']
'pit-input-number': typeof import('@pit-front-end/components')['PitInputNumber']
'PitInputNumber': typeof import('@pit-front-end/components')['PitInputNumber']
'pit-jm-preview': typeof import('@pit-front-end/components')['PitJmPreview']
'PitJmPreview': typeof import('@pit-front-end/components')['PitJmPreview']
'pit-loading-btn': typeof import('@pit-front-end/components')['PitLoadingBtn']
'PitLoadingBtn': typeof import('@pit-front-end/components')['PitLoadingBtn']
'pit-money-input': typeof import('@pit-front-end/components')['PitMoneyInput']
'PitMoneyInput': typeof import('@pit-front-end/components')['PitMoneyInput']
'pit-positive-number': typeof import('@pit-front-end/components')['PitPositiveNumber']
'PitPositiveNumber': typeof import('@pit-front-end/components')['PitPositiveNumber']
'pit-right-menu': typeof import('@pit-front-end/components')['PitRightMenu']
'PitRightMenu': typeof import('@pit-front-end/components')['PitRightMenu']
'pit-search-date-picker': typeof import('@pit-front-end/components')['PitSearchDatePicker']
'PitSearchDatePicker': typeof import('@pit-front-end/components')['PitSearchDatePicker']
'pit-tag': typeof import('@pit-front-end/components')['PitTag']
'PitTag': typeof import('@pit-front-end/components')['PitTag']
'pit-switch': typeof import('@pit-front-end/components')['PitSwitch']
'PitSwitch': typeof import('@pit-front-end/components')['PitSwitch']
}
}
export { }