@@ -37,7 +37,7 @@ declare global {
37
37
const controlledComputed : typeof import ( '@vueuse/core' ) [ 'controlledComputed' ]
38
38
const controlledRef : typeof import ( '@vueuse/core' ) [ 'controlledRef' ]
39
39
const copyFolder : typeof import ( './core/utils/fs' ) [ 'copyFolder' ]
40
- const count : typeof import ( '../functions/counter ' ) [ 'count' ]
40
+ const count : typeof import ( '../functions/command-palette ' ) [ 'count' ]
41
41
const createApp : typeof import ( 'vue' ) [ 'createApp' ]
42
42
const createEventHook : typeof import ( '@vueuse/core' ) [ 'createEventHook' ]
43
43
const createGenericProjection : typeof import ( '@vueuse/math' ) [ 'createGenericProjection' ]
@@ -67,8 +67,6 @@ declare global {
67
67
const encrypt : typeof import ( './core/security/crypt' ) [ 'encrypt' ]
68
68
const env : typeof import ( '../config/app' ) [ 'env' ]
69
69
const expect : typeof import ( 'vitest' ) [ 'expect' ]
70
- const exportCalendarApple : typeof import ( '../functions/calendar-links' ) [ 'exportCalendarApple' ]
71
- const exportCalendarGoogle : typeof import ( '../functions/calendar-links' ) [ 'exportCalendarGoogle' ]
72
70
const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
73
71
const fallbackLocale : typeof import ( '../config/app' ) [ 'fallbackLocale' ]
74
72
const functions : typeof import ( '../config/library' ) [ 'functions' ]
@@ -88,7 +86,7 @@ declare global {
88
86
const host : typeof import ( '../config/library' ) [ 'host' ]
89
87
const icons : typeof import ( '../config/ui' ) [ 'icons' ]
90
88
const ignorableWatch : typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ]
91
- const increment : typeof import ( '../functions/counter ' ) [ 'increment' ]
89
+ const increment : typeof import ( '../functions/command-palette ' ) [ 'increment' ]
92
90
const inject : typeof import ( 'vue' ) [ 'inject' ]
93
91
const isBoolean : typeof import ( '@vueuse/shared' ) [ 'isBoolean' ]
94
92
const isClient : typeof import ( '@vueuse/shared' ) [ 'isClient' ]
@@ -427,7 +425,7 @@ declare module '@vue/runtime-core' {
427
425
readonly controlledComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'controlledComputed' ] >
428
426
readonly controlledRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'controlledRef' ] >
429
427
readonly copyFolder : UnwrapRef < typeof import ( './core/utils/fs' ) [ 'copyFolder' ] >
430
- readonly count : UnwrapRef < typeof import ( '../functions/counter ' ) [ 'count' ] >
428
+ readonly count : UnwrapRef < typeof import ( '../functions/command-palette ' ) [ 'count' ] >
431
429
readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
432
430
readonly createEventHook : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createEventHook' ] >
433
431
readonly createGenericProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'createGenericProjection' ] >
@@ -457,8 +455,6 @@ declare module '@vue/runtime-core' {
457
455
readonly encrypt : UnwrapRef < typeof import ( './core/security/crypt' ) [ 'encrypt' ] >
458
456
readonly env : UnwrapRef < typeof import ( '../config/app' ) [ 'env' ] >
459
457
readonly expect : UnwrapRef < typeof import ( 'vitest' ) [ 'expect' ] >
460
- readonly exportCalendarApple : UnwrapRef < typeof import ( '../functions/calendar-links' ) [ 'exportCalendarApple' ] >
461
- readonly exportCalendarGoogle : UnwrapRef < typeof import ( '../functions/calendar-links' ) [ 'exportCalendarGoogle' ] >
462
458
readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
463
459
readonly fallbackLocale : UnwrapRef < typeof import ( '../config/app' ) [ 'fallbackLocale' ] >
464
460
readonly functions : UnwrapRef < typeof import ( '../config/library' ) [ 'functions' ] >
@@ -478,7 +474,7 @@ declare module '@vue/runtime-core' {
478
474
readonly host : UnwrapRef < typeof import ( '../config/library' ) [ 'host' ] >
479
475
readonly icons : UnwrapRef < typeof import ( '../config/ui' ) [ 'icons' ] >
480
476
readonly ignorableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ] >
481
- readonly increment : UnwrapRef < typeof import ( '../functions/counter ' ) [ 'increment' ] >
477
+ readonly increment : UnwrapRef < typeof import ( '../functions/command-palette ' ) [ 'increment' ] >
482
478
readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
483
479
readonly isBoolean : UnwrapRef < typeof import ( '@vueuse/shared' ) [ 'isBoolean' ] >
484
480
readonly isClient : UnwrapRef < typeof import ( '@vueuse/shared' ) [ 'isClient' ] >
0 commit comments