refactor to UI components
This commit is contained in:
6
components.d.ts
vendored
6
components.d.ts
vendored
@@ -34,13 +34,15 @@ declare module '@vue/runtime-core' {
|
||||
UIBadge: typeof import('./src/components/ui/UIBadge.vue')['default']
|
||||
UIButton: typeof import('./src/components/ui/UIButton.vue')['default']
|
||||
UIButtonGroup: typeof import('./src/components/ui/UIButtonGroup.vue')['default']
|
||||
UICard: typeof import('./src/components/ui/UICard.vue')['default']
|
||||
UIDropdown: typeof import('./src/components/ui/UIDropdown.vue')['default']
|
||||
UIDropdownItem: typeof import('./src/components/ui/UIDropdownItem.vue')['default']
|
||||
UIInputCheckbox: typeof import('./src/components/ui/UIInputCheckbox.vue')['default']
|
||||
UIInputText: typeof import('./src/components/ui/UIInputText.vue')['default']
|
||||
UIMenu: typeof import('./src/components/ui/UIMenu.vue')['default']
|
||||
UIMenuItem: typeof import('./src/components/ui/UIMenuItem.vue')['default']
|
||||
UIModal: typeof import('./src/components/ui/UIModal.vue')['default']
|
||||
UITab: typeof import('./src/components/ui/UITab.vue')['default']
|
||||
UITable: typeof import('./src/components/ui/UITable.vue')['default']
|
||||
UITextInput: typeof import('./src/components/ui/UITextInput.vue')['default']
|
||||
UITabs: typeof import('./src/components/ui/UITabs.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user