-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.d.ts
56 lines (55 loc) · 4.73 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
copy: typeof import('./src/uni_modules/tm-ui/components/tm-picker-view/tm-picker-view copy.vue')['default']
MpNode: typeof import('./src/uni_modules/tm-ui/components/tm-html/mp-node.vue')['default']
PickerItem: typeof import('./src/uni_modules/tm-ui/components/tm-picker-view/picker-item.vue')['default']
'PickerItem copy': typeof import('./src/uni_modules/tm-ui/components/tm-picker-view/picker-item copy.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TmAlert: typeof import('./src/uni_modules/tm-ui/components/tm-alert/tm-alert.vue')['default']
TmBadge: typeof import('./src/uni_modules/tm-ui/components/tm-badge/tm-badge.vue')['default']
TmBetweenTime: typeof import('./src/uni_modules/tm-ui/components/tm-between-time/tm-between-time.vue')['default']
TmButton: typeof import('./src/uni_modules/tm-ui/components/tm-button/tm-button.vue')['default']
TmCell: typeof import('./src/uni_modules/tm-ui/components/tm-cell/tm-cell.vue')['default']
TmCheckbox: typeof import('./src/uni_modules/tm-ui/components/tm-checkbox/tm-checkbox.vue')['default']
TmCheckboxGroup: typeof import('./src/uni_modules/tm-ui/components/tm-checkbox-group/tm-checkbox-group.vue')['default']
TmCol: typeof import('./src/uni_modules/tm-ui/components/tm-col/tm-col.vue')['default']
TmCollapse: typeof import('./src/uni_modules/tm-ui/components/tm-collapse/tm-collapse.vue')['default']
TmCollapseItem: typeof import('./src/uni_modules/tm-ui/components/tm-collapse-item/tm-collapse-item.vue')['default']
TmDateView: typeof import('./src/uni_modules/tm-ui/components/tm-date-view/tm-date-view.vue')['default']
TmDrawer: typeof import('./src/uni_modules/tm-ui/components/tm-drawer/tm-drawer.vue')['default']
TmEchart: typeof import('./src/uni_modules/tm-ui/components/tm-echart/tm-echart.vue')['default']
TmForm: typeof import('./src/uni_modules/tm-ui/components/tm-form/tm-form.vue')['default']
TmFormItem: typeof import('./src/uni_modules/tm-ui/components/tm-form-item/tm-form-item.vue')['default']
TmHtml: typeof import('./src/uni_modules/tm-ui/components/tm-html/tm-html.vue')['default']
TmIcon: typeof import('./src/uni_modules/tm-ui/components/tm-icon/tm-icon.vue')['default']
TmImage: typeof import('./src/uni_modules/tm-ui/components/tm-image/tm-image.vue')['default']
TmInput: typeof import('./src/uni_modules/tm-ui/components/tm-input/tm-input.vue')['default']
TmModal: typeof import('./src/uni_modules/tm-ui/components/tm-modal/tm-modal.vue')['default']
TmNavbar: typeof import('./src/uni_modules/tm-ui/components/tm-navbar/tm-navbar.vue')['default']
TmPicker: typeof import('./src/uni_modules/tm-ui/components/tm-picker/tm-picker.vue')['default']
TmPickerDate: typeof import('./src/uni_modules/tm-ui/components/tm-picker-date/tm-picker-date.vue')['default']
TmPickerView: typeof import('./src/uni_modules/tm-ui/components/tm-picker-view/tm-picker-view.vue')['default']
'TmPickerView copy': typeof import('./src/uni_modules/tm-ui/components/tm-picker-view/tm-picker-view copy.vue')['default']
TmRadio: typeof import('./src/uni_modules/tm-ui/components/tm-radio/tm-radio.vue')['default']
TmRadioGroup: typeof import('./src/uni_modules/tm-ui/components/tm-radio-group/tm-radio-group.vue')['default']
TmRate: typeof import('./src/uni_modules/tm-ui/components/tm-rate/tm-rate.vue')['default']
TmRow: typeof import('./src/uni_modules/tm-ui/components/tm-row/tm-row.vue')['default']
TmSheet: typeof import('./src/uni_modules/tm-ui/components/tm-sheet/tm-sheet.vue')['default']
TmStepper: typeof import('./src/uni_modules/tm-ui/components/tm-stepper/tm-stepper.vue')['default']
TmSticky: typeof import('./src/uni_modules/tm-ui/components/tm-sticky/tm-sticky.vue')['default']
TmStickyHeader: typeof import('./src/uni_modules/tm-ui/components/tm-sticky-header/tm-sticky-header.vue')['default']
TmSwitch: typeof import('./src/uni_modules/tm-ui/components/tm-switch/tm-switch.vue')['default']
TmTabs: typeof import('./src/uni_modules/tm-ui/components/tm-tabs/tm-tabs.vue')['default']
TmTag: typeof import('./src/uni_modules/tm-ui/components/tm-tag/tm-tag.vue')['default']
TmText: typeof import('./src/uni_modules/tm-ui/components/tm-text/tm-text.vue')['default']
TmUploadPhoto: typeof import('./src/uni_modules/tm-ui/components/tm-upload-photo/tm-upload-photo.vue')['default']
TmUploadVideo: typeof import('./src/uni_modules/tm-ui/components/tm-upload-video/tm-upload-video.vue')['default']
}
}