more ui components
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -11,12 +11,10 @@ declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
Auth: typeof import('./src/components/Auth.vue')['default']
|
||||
Autocomplete: typeof import('./src/components/Note/Autocomplete.vue')['default']
|
||||
Button: typeof import('./src/components/ui/Button.vue')['default']
|
||||
Hamburger: typeof import('./src/components/TopBar/Hamburger.vue')['default']
|
||||
ListView: typeof import('./src/components/ViewModes/ListView.vue')['default']
|
||||
Logo: typeof import('./src/components/TopBar/Logo.vue')['default']
|
||||
Mindmap: typeof import('./src/components/ViewModes/Mindmap.vue')['default']
|
||||
Modal: typeof import('./src/components/Modal.vue')['default']
|
||||
Note: typeof import('./src/components/ViewModes/Note.vue')['default']
|
||||
NoteEditor: typeof import('./src/components/Note/NoteEditor.vue')['default']
|
||||
NoteReferences: typeof import('./src/components/Note/NoteReferences.vue')['default']
|
||||
@@ -34,6 +32,8 @@ declare module '@vue/runtime-core' {
|
||||
TopBar: typeof import('./src/components/TopBar.vue')['default']
|
||||
UIButton: typeof import('./src/components/ui/UIButton.vue')['default']
|
||||
UIButtonGroup: typeof import('./src/components/ui/UIButtonGroup.vue')['default']
|
||||
UIDropdown: typeof import('./src/components/ui/UIDropdown.vue')['default']
|
||||
UIDropdownItem: typeof import('./src/components/ui/UIDropdownItem.vue')['default']
|
||||
UIModal: typeof import('./src/components/ui/UIModal.vue')['default']
|
||||
UITable: typeof import('./src/components/ui/UITable.vue')['default']
|
||||
UITextInput: typeof import('./src/components/ui/UITextInput.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user