Skip to content

Commit 9356e1b

Browse files
committed
chore: update component type declarations for SelectButton and Slider
1 parent 86d12fb commit 9356e1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/frontEnd/src/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ declare module 'vue' {
3838
RouterLink: typeof import('vue-router')['RouterLink']
3939
RouterView: typeof import('vue-router')['RouterView']
4040
SearchFilterBar: typeof import('./components/SearchFilterBar.vue')['default']
41+
SelectButton: typeof import('primevue/selectbutton')['default']
42+
Slider: typeof import('primevue/slider')['default']
4143
StatCard: typeof import('./components/StatCard.vue')['default']
4244
Tag: typeof import('primevue/tag')['default']
4345
TaskFilter: typeof import('./components/TaskFilter.vue')['default']

0 commit comments

Comments
 (0)