Skip to content

Commit

Permalink
Update components.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 14, 2024
1 parent 765db50 commit 6e9fe75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ declare module 'vue' {
ListboxButton: typeof import('@headlessui/vue')['ListboxButton']
ListboxOption: typeof import('@headlessui/vue')['ListboxOption']
ListboxOptions: typeof import('@headlessui/vue')['ListboxOptions']
Logout: typeof import('./src/components/Logout.vue')['default']
MemorySelect: typeof import('./src/components/MemorySelect.vue')['default']
Menu: typeof import('@headlessui/vue')['Menu']
MenuButton: typeof import('@headlessui/vue')['MenuButton']
Expand Down Expand Up @@ -81,7 +80,6 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
SelectBox: typeof import('./src/components/SelectBox.vue')['default']
SidePanel: typeof import('./src/components/SidePanel.vue')['default']
ThemeButton: typeof import('./src/components/ThemeButton.vue')['default']
TransitionChild: typeof import('@headlessui/vue')['TransitionChild']
TransitionRoot: typeof import('@headlessui/vue')['TransitionRoot']
UseImage: typeof import('@vueuse/components')['UseImage']
Expand Down

0 comments on commit 6e9fe75

Please sign in to comment.